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?