I had the same problem
users complained that after logging off from my admin panel they were loosing sessions in other browser tabs as well (like gmail)
it looks like IE bug

Artur



Michele Waldman wrote:
Doh! I think my call to clearauthenticationcache is killing the session. Sorry guys.

------------------------------------------------------------------------

*From:* talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] *On Behalf Of *Michele Waldman
*Sent:* Saturday, January 10, 2009 6:53 PM
*To:* 'NYPHP Talk'
*Subject:* [nyphp-talk] Sessions and cross domains

I using http and https in an iframe. I have session variables for both. Http does not need to know about https and vice versa.

In IE, if I load http the session variable are fine. If I load https, the session variables are fine.

However, when I have a page with http and https, it’s not fine.

The http loads, then the https loads. After the https loads, http does not know about it’s session variables. If I reload http section then the variables are there.

It’s like either http or https session variables can be accessed, but the separate pages aren’t able to access their separate sessions at the same time.

I saw something when I was researching this problem about using session.cookie_domain, but I couldn’t get that to work for me.

Does anyone how you can have 2 different domains loaded and maintain session variables for both domains in IE?

In firefox, I’m not having this problem.

Michele


------------------------------------------------------------------------

_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to