server lose session filename

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fatabien
Forum Newbie
Posts: 4
Joined: Mon May 05, 2003 9:30 am

server lose session filename

Post 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 ?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Do you use cookie-based sessions (default) and/or trans_sid?

Which version of php? Which webserver?
fatabien
Forum Newbie
Posts: 4
Joined: Mon May 05, 2003 9:30 am

Post 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".
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Did you check the value of session.cookie_lifetime?
Post Reply