View Single Post
Old 11-14-2010, 02:45 PM   #2 (permalink)
jgetner
The Wanderer
 
Join Date: Oct 2010
Posts: 7
Thanks: 0
jgetner is on a distinguished road
Default

well php cannot detect if the browser has been opened or closed as php is server side you can use javascript for open and closing checks of the browser.

but to destroy a session you just have to use the unset() function on the session.
jgetner is offline  
Reply With Quote