"Jacky@lilst" wrote:
> 
> how?
> Like this
> session_destroy("name");
> how about if I want to register that variable to be session again ( without
> closing browser and start everything all over again)? can I still do that?
> Jack
> [EMAIL PROTECTED]
> "There is nothing more rewarding than reaching the goal you set for
> yourself"


In order to completely destroy the session:

session_destroy();

No arguments, just void.
-- 

* R&zE:

***************************
**  Renze Munnik
**
**  E: [EMAIL PROTECTED]
**  M: +31 6 218 111 43
***************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to