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"
----- Original Message -----
From: Felix Kronlage <[EMAIL PROTECTED]>
To: Jacky <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 3:59 AM
Subject: Re: [PHP] how do I delete session


> On Thu, Apr 05, 2001 at 03:47:43PM -0500, Jacky wrote:
>
> > session_unregister("name");
> > ?>
> > It appears to me that the value is still there all the time,
> > unles I close the browser. what did I do wrong??
>
> use session_destroy() to completly kill a session.
>
> -fkr
> --
> gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0
>   |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE  |
>   |all your base are belong to us  |  shame on me  | fkr@IRCnet |
>
>


-- 
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