Hi,<BR><BR>I need some guidance on how to call a session_destroy() when a visitor simply closes the browser. As is, the session cookie is created, but when the browser is closed on the client side, ...
session_destroy destroys all of the data associated with the current session. It does not unset any of the global variables associated with the session, or unset the session cookie. To use the session ...