Travis Doherty wrote: > By default the session cookie expires when the browseris closed. this is not always true: f.e. FF requires *all* open windows to be closed to forget that session. >If the browser refuses the cookie, sessions won't work anyway. again: this is not always true. Only if "session.use_only_cookies = 1" otherwise the session id can alternatively propagate using the query string or hidden input fields. (if "session.use_trans_sid = 1") just my 2 cent -- View this message in context: http://www.nabble.com/close-session-when-browser-is-closed-tf3443138.html#a9627180 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php