I have set up a PHP session cookie with lifetime 0 (to terminate the browser shutdown), but I Logging out after a few seconds of the session.
I am looking at Safari cookies popup window (Safari preferences) and when I see that the cookie only disappears from the list then only a new session ID is redirected to the login page (where A new session begins and so is the cookie set).
It behaves similarly with opera.
Firefox is okay but in fact I was using the site for a while without any problem in Firefox, so if I also affect it, then I have seen it so far.
I have tried tooling with many HTTP headers like cache-control, checked that Mac 10.6.4 Opera 10.10 Safari 5.0.2 I should mention that an AJAX request is being run on this site, however any of these sessions are destroyed Or do not attempt to delete the cookie in any way (directly) Edit: Just Win XP was tested on: FF Ok, the Safari on the Mac same phenonmenon. Edit: Displays this problem on Windows One on this thread Take a look: My best answer is, set an explicit date / time in the future instead of setting an end. session_write_close () is in the right places (but in fact it should not be a difference Because I still refresh the page), I also checked the session trash clean settings, but when I saw that these cookies have disappeared automatically, then I almost got out of my socks!
Comments
Post a Comment