Server not found

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
theclay7
Forum Commoner
Posts: 50
Joined: Wed Feb 19, 2003 3:17 am

Server not found

Post by theclay7 »

I have two identical php pages BUT one with a session_start();
the page with a session start cannot be found while the original php page w/o session start is working well...anyone know why?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

is it really a "404 document not found" or even a "cannot resolve host"?
Maybe you find some answers in http://forums.devnetwork.net/viewtopic.php?t=1157 as it applies to the default session handling of php, too
Post Reply