[PHP] Re: working with sessions

2003-06-09 Thread Jean-Christian Imbeault
Your original post is below for thos who want to read it :) I see what you mean now. Off the top of my head I think a better approach would be this: - user logs in, his name and a timestamp are added to the list of active users - every time a user accesses a page on your list his timestamp is

RE: [PHP] Re: working with sessions

2003-06-09 Thread Matt Palermo
n offer me. Thanks a lot." Thanks. Matt -Original Message- From: Jean-Christian Imbeault [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 9:50 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: working with sessions Matt Palermo wrote: > > My q

[PHP] Re: working with sessions

2003-06-09 Thread Jean-Christian Imbeault
Matt Palermo wrote: My question is can I search the session folder for: cf4c4f6a8cffaf3334df48b6ea1d55e4 (or any other session id) to see if that session still exists and is active, or if it is gone and doesn't exist anymore? Can this be done? Please let me know if you have any thoughts. It ca