Forum Moderators: coopster

Message Too Old, No Replies

session files problem

         

xrob

2:57 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



php is making the session files with another user/group and with them being set to chmod '-rw-------' my https server which is trying to read them cant, they are being set with the user/group from the http server.
i have in apache-ssl's httpd.conf
'User https-serv
Group https-serv'
and in apache's httpd.conf is
'User http-serv
Group http-serv'

why do you think this is happenings?
is there anything i can set in php.ini to tell it to allow both these accounts to read my PHP sessions?

jatar_k

5:40 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



why not run them as the same user?

xrob

7:02 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



because i'd rather keep them seperate. doesnt matter now anyway, it for some reason only did it on the first session it set, i think it may have somehow been trying to cary over a session which started on the http, i deleted the session and it stopped showing the error.