|
Posted by Sanders Kaufman on 11/09/07 22:10
"Darko" <darko.maksimovic@gmail.com> wrote in message
news:1194644890.091070.8510@v2g2000hsf.googlegroups.com...
> I'm not sure, but I also think redirection is the problem. When you
> visit a page that sets session values,
> the page automatically transmits the session id in cookies. However,
> if you redirect the user in the header,
> I don't think the browser will bother to read and place the cookies
> locally, but will automatically cancel
> everything and go to the given address. So, you should try sending
> <meta> redirection directives instead of
> this, or use Javascript, whatever.
I would expect that a META would have the same cookie effect as a header().
That's why it uses the attribute "http-equiv".
I'd be interested to hear if that's how it worked out.
[Back to original message]
|