Quote:
Originally Posted by mahmoud82
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.