Help(unsolved): set session expire time

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

timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

my first (and last) guess is that you are running apache or iis under an account that is not allowed to write to the specified directory.. (or the directory doesn't exist..)
User avatar
Stryks
Forum Regular
Posts: 746
Joined: Wed Jan 14, 2004 5:06 pm

Post by Stryks »

Perhaps you should try using database session storage?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

He doesn't even need DB storage, he could even write his own session save function and still use the filesystem (if he wants)

http://us2.php.net/manual/fi/function.s ... andler.php (just thought I'd post that for the hell of it)
Post Reply