Commit 1c0878801b082cd7b1782e8bdb9671456c8cf7fd
1 parent
b05f6316
updated with session handling changes
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@311 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
login.php
| ... | ... | @@ -64,7 +64,7 @@ if ($loginAction == "loginForm") { |
| 64 | 64 | case 1: |
| 65 | 65 | // start the session |
| 66 | 66 | $session = new Session(); |
| 67 | - $sessionID = $session->create($userDetails); | |
| 67 | + $sessionID = $session->create($userDetails["userID"]); | |
| 68 | 68 | |
| 69 | 69 | // check for a location to forward to |
| 70 | 70 | if (isset($redirect) && strlen(trim($redirect))>0) { | ... | ... |