News

What I'm trying to do is just store some data in the session. I have a form for the user to login in with, it passes the user name and pass to a loginExec.php<br><br>There it checks to see if the ...
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, ...