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".session_id();
> 
> ?>
> 
> in before and after it prints the same sessionID so
> how to destroy session id . waiting for soon reply

you could try http://us4.php.net/session_regenerate_id

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to