[PHP] Re: CGI / Apache module session permissions

2002-05-18 Thread Steve Clay
Saturday, May 18, 2002, 1:05:30 PM, I wrote: SC> CGI, which works fine except that the CGI doesn't have permissions to SC> my sessions that were saved running under the Apache module. I Figured it out: from Apache mod script before CGI script: //allow CGI to access session $sess_file = session_

Re: [PHP] Re: CGI / Apache module session permissions

2002-05-20 Thread Analysis & Solutions
Steve: On Sat, May 18, 2002 at 03:45:23PM -0400, Steve Clay wrote: > Saturday, May 18, 2002, 1:05:30 PM, I wrote: > SC> CGI, which works fine except that the CGI doesn't have permissions to > SC> my sessions that were saved running under the Apache module. I > > chmod($sess_file,0666); Allowing