Jump to content

SESSION no longer works in IE


grissom

Recommended Posts

Apologies if this has been answered in another thread .. but ..

 

My site uses SESSION variables to carry info over from one page to another.  Up until a few days ago everything worked perfectly in all browsers.

 

After the recent Internet Explorer "hot fix" the session variables no longer carry info across in Internet Explorer.

 

Firefox, Opera and Navigator still work absolutely perfectly - as does IE on my daughter's computer which has not had the "IE hot fix".

 

Please can anybody help ..... PLEASE ...

Link to comment
https://forums.phpfreaks.com/topic/138008-session-no-longer-works-in-ie/
Share on other sites

Sessions are still persisting on your server, i guarantee you of that. However with the latest IE hot fix you might find that your cookie permissions have been altered.

 

Sessions typically rely on cookies, and if they aren't being stored each new request to the server will result in another session being created.

 

This is not a PHP problem, but a browser issue.

Thanks aschk

 

Next issue then, hopefully not a big one is how to change the browser settings to allow it to work.  I've been into "Tools" -> Internet Options" -> "Security" and "Privacy" and clicked on just about everything but the issue still persists.

 

Any help anyone please ??  P.S.  I've been trying it on IE8, but a fix for IE7 is also appreciated. Thanks.

Okay, I have played with some settings, and most of the session variables now work.

 

There is one which still will NOT work however, it worked fine before and it still works on Firefox.

 

The only difference is that this cookie is not set within the main HTML, it is set in a separate HTML file running inside <OBJECT> tags.

 

I can't use QUERY_STRING as an alternative, because I'm already using that quite heavily, so basically I've got to get the browser to accept the session variable which is set in the html inside the <object> tags to be globally recognised outsode of the <object>.

 

Like I say, Firefox, Opera and Navigator handle it fine, as does my daughter's PC running a slightly different version if IE.

 

This is driving me nuts.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.