Re: [PHP] How to destroy session ID

2004-08-20 Thread Matt M.
On Fri, 20 Aug 2004 03:23:48 -0700 (PDT), khuram noman <[EMAIL PROTECTED]> wrote: > hello > > i have problem in destroying session id, i use the > following code > > session_start(); > print "before Destroy".session_id(); > session_destroy() ; > > session_start(); > print "After Destroy".sessio

RE: [PHP] How to destroy session ID

2004-08-20 Thread Afan Pasalic
Try with session_unset(); it works for me... -Original Message- From: khuram noman [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 5:39 AM To: [EMAIL PROTECTED] Subject: [PHP] How to destroy session ID hello i have problem in destroying session id, i use the following code