Re: [PHP] an easy destroying session issue...

2008-04-02 Thread Daniel Brown
On Wed, Apr 2, 2008 at 10:34 AM, pere roca <[EMAIL PROTECTED]> wrote: > >session_start(); > $_SESSION = array(); > session_destroy(); > > $userid = safehtml($_POST['userid']); > session_start(); > >//$sessionid can be used to retrieve the current name and session id

[PHP] an easy destroying session issue...

2008-04-02 Thread pere roca
for destroying the session without closing the browser it should work... http://www.nabble.com/an-easy-destroying-session-issue...-tp16447090p16447090.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: