Re: Re[2]: [PHP] sessions timeout

2004-03-09 Thread André Ventura Lemos
but since the cookie stores the session id, I thought I could keep that ID and bring it back. could you show me some code, or point me to some example? Thanks On Tue, 2004-03-09 at 23:48, Richard Davey wrote: > Hello André, > > Tuesday, March 9, 2004, 11:41:04 PM, you wrote: > > AVL> But my q

Re[2]: [PHP] sessions timeout

2004-03-09 Thread Richard Davey
Hello André, Tuesday, March 9, 2004, 11:41:04 PM, you wrote: AVL> But my question is, since I don't deal with cookies directly (PHP does AVL> that for me), 'cause I only have to deal with sessions, how can I change AVL> the cookies produced by PHP? AVL> atm I only session_start() and use the $_S