Re: [PHP] Session destroy/close

2002-05-15 Thread 1LT John W. Holmes
check for a certain period of inactivity and automatically log them out if they come back after that time. ---John Holmes... - Original Message - From: "Ake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 5:11 AM Subject: [PHP] Session des

[PHP] Session destroy/close

2002-05-15 Thread Ake
I'm trying to close a session without the logged in surfer clicking "log out" (through a onunLoad javascript function which loads i different php document with the otherwise working php code for destryoing a session). I have a working "Log out" link which destroys the session and the variables