SESSION and CGI MODE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

SESSION and CGI MODE

Post by alex.barylski »

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?
Post Reply