Re: Re[4]: [PHP] sessions timeout

2004-03-09 Thread André Ventura Lemos
I'll try to find another way then. Thanks for the replies On Wed, 2004-03-10 at 00:00, Richard Davey wrote: > Hello André, > > Tuesday, March 9, 2004, 11:53:15 PM, you wrote: > > AVL> but since the cookie stores the session id, I thought I could keep that > AVL> ID and bring it back. > > You

Re[4]: [PHP] sessions timeout

2004-03-09 Thread Richard Davey
Hello André, Tuesday, March 9, 2004, 11:53:15 PM, you wrote: AVL> but since the cookie stores the session id, I thought I could keep that AVL> ID and bring it back. You could, but PHP will automatically clear up "expired" sessions as part of its garbage collection routine, which means its entire