I am trying to access some session data from an apache mod PHP session on a CGI wrapped PHP session page. I have to do this because I need to use the CGI wrapped version in order to upload files to my root on the server from a web interface.
When I switch to the CGI-wrapped page from the apache mod'd page it throws multiple errors because the owner of the session files is NOT me, it's "www" or something else. Is there anyway I can tell the sessions to allow my username to access the files, or any other way around this?
Thanks in advance for any help anyone can provide.
Tom