Re: [PHP] Active PHP Sessions

2004-05-07 Thread Paul Higgins
<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP] Active PHP Sessions Date: Fri, 7 May 2004 20:50:18 +0800 On Friday 07 May 2004 20:32, Paul Higgins wrote: > I'm on a shared server, and I do not believe that I have access to the /tmp > directory where the session files are

Re: [PHP] Active PHP Sessions

2004-05-07 Thread John W. Holmes
From: "Jason Wong" <[EMAIL PROTECTED]> > i) There is no way to determine which session files are for your site without > actually examining their contents. > > ii) PHP does not store any site identification info in the session files. > > iii) Hence you need to store a (hopefully) unique string in

Re: [PHP] Active PHP Sessions

2004-05-07 Thread Jason Wong
On Friday 07 May 2004 20:32, Paul Higgins wrote: > I'm on a shared server, and I do not believe that I have access to the /tmp > directory where the session files are stored (I believe that is how it > works > > :). Of course you have access to it. The webserver needs to be able to READ the ses

Re: [PHP] Active PHP Sessions

2004-05-07 Thread Brent Clark
> I'm on a shared server, and I do not believe that I have access to the /tmp > directory where the session files are stored (I believe that is how it works > :). I want to keep track of which sessions are active. Basically, I just > want a list of the active sessions for my site. > > How can I d