Page 1 of 1
server lose session filename
Posted: Mon May 19, 2003 4:33 am
by fatabien
I use sessions on a linux server.
Sometimes the server loses the link to the session file.
But the file is not destroyed.
How to resolve this problem ?
Posted: Mon May 19, 2003 4:45 am
by volka
Do you use cookie-based sessions (default) and/or trans_sid?
Which version of php? Which webserver?
Posted: Mon May 19, 2003 4:56 am
by fatabien
Yes, I use cookie-based sessions.
Php 4.2.3.
WebServer : Apache 1.3.26 on Mandrake 9.0.
Thanks.
P.S. : I've just tried to change (in php.ini) this :
variables_order ="SEGPC" in variables_order ="EGPCS".
Posted: Mon May 19, 2003 5:02 am
by volka
Did you check the value of
session.cookie_lifetime?