On Thu, Apr 05, 2001 at 04:10:16PM -0500, 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?

session_destroy() *completly* kills the session. You call it and the
session is gone. you might want to check the manual at php.net for
the description (and the difference) betweend session_unregister() and
session_destroy().

-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