Page 2 of 2

Posted: Wed Jul 27, 2005 2:54 pm
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..)

Posted: Wed Jul 27, 2005 5:08 pm
by Stryks
Perhaps you should try using database session storage?

Posted: Wed Jul 27, 2005 5:17 pm
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)