[PHP] sessions terminating randomly please help

2003-03-10 Thread freaky deaky
hi i am experiencing a major problem with sessions expiring randomly in some of my apps. i will log in and start clicking around and then i will eventually arrive at a page that tells me that i'm not logged in anymore. this happens apparently randomly. i have seen it on ie6, ie for mac,

RE: [PHP] sessions terminating randomly please help

2003-03-10 Thread Dennis Cole
:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:26 PM To: [EMAIL PROTECTED] Subject: [PHP] sessions terminating randomly please help Importance: Low hi i am experiencing a major problem with sessions expiring randomly in some of my apps. i will log in and start clicking around and then i

Re: [PHP] sessions terminating randomly please help

2003-03-10 Thread Lowell Allen
From: freaky deaky [EMAIL PROTECTED] i am experiencing a major problem with sessions expiring randomly in some of my apps. i will log in and start clicking around and then i will eventually arrive at a page that tells me that i'm not logged in anymore. this happens apparently randomly. i

RE: [PHP] sessions terminating randomly please help

2003-03-10 Thread John W. Holmes
Is your session.save_path set to /tmp? It's my understanding that you should specify a directory for saving session data -- or use a database -- that /tmp is subject to garbage collection, and specifying a directory prevents that. I made this change to a site recently. In tests prior to the