Re: [PHP] Session expires randomly

2005-09-08 Thread Kirk . Johnson
> > > So I was thinking on implementing some sort of automatic session refresh > > > after a short period, let's say every 20 minutes of inactivity. > > > > > > And of course I should provide the users with a manual way to make > > > session end, sort of a logout from the application.( no problem

Re: [PHP] Session expires randomly

2005-09-08 Thread Mauricio Pellegrini
On Tue, 2005-09-06 at 19:43, Philip Hallstrom wrote: > On Tue, 6 Sep 2005, Mauricio Pellegrini wrote: > > > You were right! That was exactly the problem > > after reading your message, I 've verified the value for gc_maxlifetime > > and found that it was set to 1440 secs in other words 24 minutes.

Re: [PHP] Session expires randomly

2005-09-06 Thread Philip Hallstrom
On Tue, 6 Sep 2005, Mauricio Pellegrini wrote: You were right! That was exactly the problem after reading your message, I 've verified the value for gc_maxlifetime and found that it was set to 1440 secs in other words 24 minutes. Thank you for that. But, now I need to come up with something

Re: [PHP] Session expires randomly

2005-09-06 Thread Mauricio Pellegrini
You were right! That was exactly the problem after reading your message, I 've verified the value for gc_maxlifetime and found that it was set to 1440 secs in other words 24 minutes. Thank you for that. But, now I need to come up with something to avoid this behaviour. The problem is that there'

Re: [PHP] Session expires randomly

2005-09-02 Thread Kirk . Johnson
> On Fri, 2 Sep 2005, Mauricio Pellegrini wrote: > > > Hi, I have this problem , When I start a Session everything seems to be > > ok but sometimes with no reason the session vanishes. > > > > All settings are default , I mean session_cache_expire is 180 min. > > I understand that this setting sh

Re: [PHP] Session expires randomly

2005-09-02 Thread Philip Hallstrom
On Fri, 2 Sep 2005, Mauricio Pellegrini wrote: Hi, I have this problem , When I start a Session everything seems to be ok but sometimes with no reason the session vanishes. I'm using PHP 4.3.4 as a Apache module. Apache version is 1.3 under Suse Linux 8.2 All settings are default , I mean sess

Re: [PHP] session expires

2004-01-13 Thread Andreas Magnusson
"John W. Holmes" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Andreas Magnusson wrote: > > > Hi, I wonder if anyone knows of a way to detect if a session has expired > > (when your session.cookie_lifetime != 0). > > I've tried to see if the session-vars are unset, but that does

Re: [PHP] session expires

2004-01-12 Thread John W. Holmes
Andreas Magnusson wrote: Hi, I wonder if anyone knows of a way to detect if a session has expired (when your session.cookie_lifetime != 0). I've tried to see if the session-vars are unset, but that doesn't seem to be the case, still everythings seems to be lost. My problem is that I have a page wh

Re: [PHP] session expires

2004-01-12 Thread Marek Kilimajer
Andreas Magnusson wrote: Hi, I wonder if anyone knows of a way to detect if a session has expired (when your session.cookie_lifetime != 0). I've tried to see if the session-vars are unset, but that doesn't seem to be the case, still everythings seems to be lost. My problem is that I have a page whi

Re: [PHP] session expires on server side

2002-04-27 Thread Padraig Kitterick
Aljosa Mohorovic wrote: > session cookie exists on client side and it is set to last 5 days. > the problem is that after some time session data expires. cookie > on client side exists ($PHPSESSID), but session data on server side > does not exists. > > i think that the answer is something like: >