11-14-2010, 02:45 PM
|
#2 (permalink)
|
|
The Wanderer
Join Date: Oct 2010
Posts: 7
Thanks: 0
|
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.
|
|
|
|