Re: [PHP] Session End

2002-11-27 Thread Ernest E Vogelsinger
At 18:04 27.11.2002, 1LT John W. Holmes spoke out and said: [snip] >I'm surprised that is actually working, since you never register $auth into >the session. [snip] Nothing to do with session... Here PHP_AUTH is used,

Re: [PHP] Session End

2002-11-27 Thread 1LT John W. Holmes
I'm surprised that is actually working, since you never register $auth into the session. Anyhow, you probably want the session_destroy() function. www.php.net/session_destroy ---John Holmes... - Original Message - From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: [PHP] session end

2001-03-10 Thread Yasuo Ohgaki
Assuming you are talking about PHP4 session. Garbage collection is done by the module. Read http://www.php.net/manual/en/ref.session.php Regards, -- Yasuo Ohgaki ""deco"" <[EMAIL PROTECTED]> wrote in message 98dtge$2ad$[EMAIL PROTECTED]">news:98dtge$2ad$[EMAIL PROTECTED]... > > is there some k