My session problem on IE... The page in question was an iframe, and apparently IE is not inclined to send back cookies to iframes. Fun! I found what appears to be a solution here: http://james.jamesandkristin.net/2005/11/18/php-session-cookie-in-frames-usi... On Fri, 17 Oct 2008 17:26:35 -0700, "Dave Cohen" <drupal@dave-cohen.com> said:
Moshe and all,
Thanks for the clarification, you're correct that's how it should behave. The truth is I was mucking with the session_name() and session_id(). I find that if I don't muck, then the cookies are consistent even in IE.
However, I have a good reason to muck with these values. I'm serving pages both on a regular website, and also in Facebook canvas pages (using iframes). I don't want the Facebook iframes to share session state with the normal web pages.
...