Jacob - 2011-07-27 15:34:35
Fatal error: Unable to load session. in mySession.class.php on line 598
Line 598: trigger_error("Unable to load session.",E_USER_ERROR);
In function: readSessionId()
Around the lines:
if ($this->checkSessionId()) {
....
} else {
//bad bad bad think ... something goes wrong with the
//jam .. maybe uncle tom eated it before ..
$this->destroySession(FALSE);
trigger_error("Unable to load session.",E_USER_ERROR);
}
Called when there are now rows in sessions table. But what if we have a fresh installed web site? The first guest will see this error. Only after a refresh session id is being created.