SESSION and CGI MODE
Posted: Tue Jun 12, 2007 11:35 am
PHP is running as a CGI MODE which is the only odd setup between this server that works and the one that doesn't.
My application won't keep me logged in which is usually a result of SESSIONS not being created properly (the directory doesn't have write perms, etc) however this time, the best I can tell everything is cool, except the CGI MODE.
Anyone know of any caveats I might encounter with running PHP as a CGI and SESSIONS not persisting?
My application won't keep me logged in which is usually a result of SESSIONS not being created properly (the directory doesn't have write perms, etc) however this time, the best I can tell everything is cool, except the CGI MODE.
Anyone know of any caveats I might encounter with running PHP as a CGI and SESSIONS not persisting?