This returns '0'
ini_get("session.cookie_lifetime");
However when I close and reopen my browser, the session variables remain there.
I have tried several browsers and have the same problem on each.
How do I ensure that the session cookie is eliminated when the browser is closed?