Re: [PHP] Sessions Kill all

2001-03-08 Thread Christian Reiniger

On Thursday 08 March 2001 03:45, you wrote:
 Is there a way as a server admin to kill all sessions to a site.  I
 need a way to logout all members to a site.

Well, usually you'd keep the session data in a database, so you can just 
empty the sessioninfo table.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

...1000100011010101101010110100111010113...

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




RE: [PHP] Sessions Kill all

2001-03-08 Thread Randy Johnson

Does anybody know where I could get more info on storing session data in a
database rather than the default way?

thanks

randy

-Original Message-
From: Christian Reiniger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 12:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Sessions Kill all


On Thursday 08 March 2001 03:45, you wrote:
 Is there a way as a server admin to kill all sessions to a site.  I
 need a way to logout all members to a site.

Well, usually you'd keep the session data in a database, so you can just
empty the sessioninfo table.

--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

...1000100011010101101010110100111010113...

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



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




Re: [PHP] Sessions Kill all

2001-03-08 Thread Christian Reiniger

On Thursday 08 March 2001 07:17, you wrote:
 Does anybody know where I could get more info on storing session data
 in a database rather than the default way?

Hmm, perhaps phpbuilder.com has an article on it. Alternatively I could 
send you some of my code

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

...1000100011010101101010110100111010113...

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