public function SessionProxy_Storage_Interface::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.
1 method overrides SessionProxy_Storage_Interface::getSessionUid()
- SessionProxy_Storage_Base::getSessionUid in lib/
SessionProxy/ Storage/ Base.php - Get the logged in user identifier, if any. In all cases, this will be called after read();
File
- lib/
SessionProxy/ Storage/ Interface.php, line 29
Class
- SessionProxy_Storage_Interface
- Storage implementation must be able to index all session using the owner user identifier: this complexify the session handling but allow aggresive optimizations.
Code
public function getSessionUid();