RE: [PHP] session life

2002-12-22 Thread John W. Holmes
> On Sat, 2002-12-21 at 08:03, John W. Holmes wrote: > > > I'm setting a session with > > > session_set_cookie_params (time()+648); > > > so the cookie should last 70 days+ but the data wasn't > > > returned. > > > > > > from looking in the manual i see that session_cache_expire is used to > >

RE: [PHP] session life

2002-12-21 Thread Jason Sheets
On Sat, 2002-12-21 at 08:03, John W. Holmes wrote: > > I'm setting a session with > > session_set_cookie_params (time()+648); > > so the cookie should last 70 days+ but the data wasn't > > returned. > > > > from looking in the manual i see that session_cache_expire is used to > set > > or prin

RE: [PHP] session life

2002-12-21 Thread John W. Holmes
> I'm setting a session with > session_set_cookie_params (time()+648); > so the cookie should last 70 days+ but the data wasn't > returned. > > from looking in the manual i see that session_cache_expire is used to set > or print the current value of the expire. Its set in php.ini by default to