[PHP] More fun with sessions

2002-03-21 Thread James Taylor
How can I get a listing of all currently active sessions? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] More Fun With Sessions!

2002-01-23 Thread Jeff Sheltren
Thanks, everyone for responding... after much headache I seem to have got it working. (not fixed, but working.) I was running php 4.0.6 on linux where the code worked. I just installed php 4.0.4pl1 on the freebsd box and now everything works great. It was probably not the best solution, but it

RE: [PHP] More Fun With Sessions!

2002-01-23 Thread Matt Schroebel
Your code works fine on my FreeBSD box running php 4.0.4pl1 but not one running php 4.0.6 ... May explain your linux issues? i.e. versions of php ... -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 3:37 PM You only need to register

Re: [PHP] More Fun With Sessions!

2002-01-23 Thread Richard Baskett
t;Jeff Sheltren" <[EMAIL PROTECTED]> > Date: Wed, 23 Jan 2002 12:31:49 -0800 > To: <[EMAIL PROTECTED]> > Subject: [PHP] More Fun With Sessions! > > Well, I was having problems getting sessions working at all on my FreeBSD > box, but they are now working... > But

[PHP] More Fun With Sessions!

2002-01-23 Thread Jeff Sheltren
Well, I was having problems getting sessions working at all on my FreeBSD box, but they are now working... But that leads me to more problems... For any others that might have a problem w/ FreeBSD, try setting the referer_check to 0 'session.referer_check = 0' Once I changed that things seem to