>Are sessions in PHP somehow affected by changes in Unix users? I know that
>the only recent changes to the server have been the addition of a few Unix
>users and the changing of some older passwords, but now sessions do not work
>within PHP.
>
>Is a session related to a web (default?) user?

Session data is stored in a temp directory which must be writable by the web
(default) user defined in httpd.conf

Search httpd.conf for "User" and search php.ini for "session" (look for the
directory setting).

If you've made it impossible for PHP to write the session data in a
directory, it's got nowhere to store it.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to