Page 1 of 1

session file remains after browser closed

Posted: Wed Mar 26, 2003 10:35 am
by scints
In my php.ini "session.cookie_lifetime = 0"... why my the session file is still there after i close the browser?

Posted: Wed Mar 26, 2003 11:15 am
by twigletmac
Because that setting relates to the session cookie rather than the session file.

Mac