Hi all,
I noticed a strange behaviour of Explorer with HTTP redirections (301/302)
and sessions.

2 web sites, A and B.
Web site A set cookie session and redirect (HTTP 302) directly to web site B
that uses simple sessions.

When going directly to site B, session is kept during all the navigation and
when the browser is closed, session is lost.
This is the expected behaviour.

But if going by site A and being redirected, the session ID used on site B
is the one set by the site A and so the session is kept in cookie and is not
destroyed when browser is closed.

I don't know if I'm completely clear.... hope so.

Looks like a bug for me. Or at least, it's a quite surprising process...

Is any of you has more info on that ?
I'm not sure to be right though...

Thanks,
Benja.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to