RE: Re[2]: [PHP] How to handle "so called" expired sessions??

2002-12-03 Thread John W. Holmes
> Wednesday, December 4, 2002, 4:01:07 AM, you wrote: > >> Ive just been getting myself deep into using sessions. > >> Sessions are working as it should except for one condition. > >> Say I log into the site, and the session is started, and I don't do > >> anything for the next 30 mins, then go bac

RE: Re[2]: [PHP] How to handle "so called" expired sessions??

2002-12-03 Thread John W. Holmes
> I've noticed this as well with the things I've been doing for sessions. > They way I understand it is that the server side session storing values is > supposed to expire after a certain lenght of time. I currently have this > at default so I think it should expire after 24 mins. The cleanup is d

Re: Re[2]: [PHP] How to handle "so called" expired sessions??

2002-12-03 Thread Stephen
ED]> Cc: "'Gerard Samuel'" <[EMAIL PROTECTED]>; "'php-gen'" <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 9:52 PM Subject: Re[2]: [PHP] How to handle "so called" expired sessions?? > Hi, > > Wednesday, December 4, 2002, 4:0

Re: Re[2]: [PHP] How to handle "so called" expired sessions??

2002-12-03 Thread ed
I've noticed this as well with the things I've been doing for sessions. They way I understand it is that the server side session storing values is supposed to expire after a certain lenght of time. I currently have this at default so I think it should expire after 24 mins. The cleanup is done wit

Re[2]: [PHP] How to handle "so called" expired sessions??

2002-12-03 Thread Tom Rogers
Hi, Wednesday, December 4, 2002, 4:01:07 AM, you wrote: >> Ive just been getting myself deep into using sessions. >> Sessions are working as it should except for one condition. >> Say I log into the site, and the session is started, and I don't do >> anything for the next 30 mins, then go back to