View Single Post
  #5 (permalink)  
Old 12-02-08, 11:19 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by mahmoud82 View Post
in php.ini the session.cookie_lifetime value is 0
which mean untill browser is closed but when I close the browser the session still exist
If you have more than one browser open and but are only closing one of them, you may get some sort of 'cookie persistence' which can cause this. From my own experience both FF and IE sometimes do this.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote