Commit 93a32005a739c24bc2c9408c8658c17efa932d2f

Authored by Conrad Vermeulen
1 parent 6de34d54

WSA-21

"Starting a session does not store userID in _SESSION"
Fixed.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7047 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
ktapi/KTAPISession.inc.php
... ... @@ -46,6 +46,7 @@ class KTAPI_Session
46 46  
47 47 $this->ktapi=&$ktapi;
48 48 $this->user=&$user;
  49 + $_SESSION['userID']=$user->getId();
49 50 $this->active = false;
50 51 }
51 52  
... ...