You are here

public function SessionProxy_Storage_Base::getSessionUid in Session Proxy 7

Get the logged in user identifier, if any. In all cases, this will be called after read();

Return value

int Valid user identifier or NULL.

Overrides SessionProxy_Storage_Interface::getSessionUid

File

lib/SessionProxy/Storage/Base.php, line 67

Class

SessionProxy_Storage_Base

Code

public function getSessionUid() {
  return $this->uid;
}