[PHP] session expires on server side

2002-04-27 Thread Aljosa Mohorovic
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: ini_set(session.cache_expire, 7200);

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: