Re: FN-FORUM: Bizarre goings on with my php sessions
date posted 30th January 2007 10:26
Morning again.
Right the code: I have been cutting the code down more and more to the
bare bones, and the problem is still happening.
In the code below assume I have set the session variable userID upon
login using the following:
$_SESSION["userID"] = $someuserID;