public function SessionProxy_Backend_Interface::destroyAllForUser in Session Proxy 7
Destroy all session for given user identifier.
This might be silent if storage is handled by a PHP extension or if the storage backend does not implement conditional cleaning.
Parameters
int $uid:
1 method overrides SessionProxy_Backend_Interface::destroyAllForUser()
- SessionProxy_Backend_Base::destroyAllForUser in lib/
SessionProxy/ Backend/ Base.php - Native implementation is opaque, and cannot allow us to index session: it is impossible to proceed with this cleaning.
File
- lib/
SessionProxy/ Backend/ Interface.php, line 70
Class
- SessionProxy_Backend_Interface
- Drupal specific session handling additions.
Code
public function destroyAllForUser($uid);