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