Page 1 of 1

Server not found

Posted: Thu Feb 27, 2003 2:17 am
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?

Posted: Thu Feb 27, 2003 2:22 am
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