My I am working on a PHP page that uses sessions. I use $_SESSION['whatever'] to set 
all my session vars. I can use the session_destroy() and it works fine but if I just 
close the browser (All Browsers), when I come back to the page the Session is still 
active. the session.cookie_lifetime is set to 0 in php.ini. any help will be 
appreciated.


Reply via email to