public function SessionProxy_Storage_Interface::setSessionUid in Session Proxy 7
When session has been regenerated, inform the storage backend that further session writing will be done for a new user identenfier.
Parameters
int $uid:
1 method overrides SessionProxy_Storage_Interface::setSessionUid()
- SessionProxy_Storage_Base::setSessionUid in lib/
SessionProxy/ Storage/ Base.php  - When session has been regenerated, inform the storage backend that further session writing will be done for a new user identenfier.
 
File
- lib/
SessionProxy/ Storage/ Interface.php, line 37  
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 setSessionUid($uid);