Setting a value other than zero for session.cookie_lifetime (within the php.ini file) gives a cookie a specific lifetime -- even if the browser is closed. Is there a way to have it work so that you can set a session cookie for a given amount of time, but if the browser is closed, force the expiration of the cookie?
Your advice will be greatly appreciated.
--Andrew Pasetti