From 1c0878801b082cd7b1782e8bdb9671456c8cf7fd Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 17 Jan 2003 11:06:34 +0000 Subject: [PATCH] updated with session handling changes --- login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login.php b/login.php index 10e10fb..fbac097 100644 --- a/login.php +++ b/login.php @@ -64,7 +64,7 @@ if ($loginAction == "loginForm") { case 1: // start the session $session = new Session(); - $sessionID = $session->create($userDetails); + $sessionID = $session->create($userDetails["userID"]); // check for a location to forward to if (isset($redirect) && strlen(trim($redirect))>0) { -- libgit2 0.21.4