Here is the script
"request.php" 62 lines, 1585 characters
"Repository_Session"));
if (!isset($s)) { $s=0; };
$sess->register("s");
site_header("Request a Document - Document Cart");
echo 'Below
is your Document Cart.
Any
time you request a document we will store it here. You m
That sounds like a problem with the way you handle sessions.
What happens is your program tries to start a session, but the page isn't
sent if a session isn't started. It still shouldn't reply with a 404
though...search your script for header and see if you send any.
Once someone has the session
2 matches
Mail list logo