Commit 666804bf199925851c38f727886e61bd09b24917

Authored by kevin_fourie
1 parent 6b139854

Merged in from DEV trunk...

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/STABLE/trunk@7050 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,6 +46,7 @@ class KTAPI_Session
46 46
47 $this->ktapi=&$ktapi; 47 $this->ktapi=&$ktapi;
48 $this->user=&$user; 48 $this->user=&$user;
  49 + $_SESSION['userID']=$user->getId();
49 $this->active = false; 50 $this->active = false;
50 } 51 }
51 52