On Wednesday 28 August 2002 03:51, K Soares wrote:
> 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?

The user that the webserver is running as (nobody/apache/whatever) must have 
write access to the directory defined by "session.save_path" in php.ini.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Now I lay me down to sleep,
I pray the Lord my soul to keep,
If I should die before I wake,
I'll cry in anguish, "Mistake!!  Mistake!!"
*/


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

Reply via email to