session.cookie_lifetime determines how long the browser will/should keep the session cookie. However, the corresponding session (session file) will be deleted on the server when garbage collection occurs (even if the session is active at the time.)
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
|