How about...
session_unset();
session_destroy();
header('Location: '); // Send user back to home page
exit;
The above should initialise the $_SESSION array and blow away the session
data.
HTH
Rich
-Original Message-
From: Kit Kerbel [mailto:[EMAIL PROTECTED]]
Sent: 30 July 2002 03:11
To
kit ,
1st off have a look in the manual it will have it all there...
2nd normally a session will end when the user closes the browser..
> -Original Message-
> From: Kit Kerbel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 30 July 2002 12:11 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN