public function SessionProxy_Backend_Base::destroyAllForUser in Session Proxy 7
Native implementation is opaque, and cannot allow us to index session: it is impossible to proceed with this cleaning.
Overrides SessionProxy_Backend_Interface::destroyAllForUser
See also
SessionProxy_Backend_Interface::destroyAllForUser()
2 methods override SessionProxy_Backend_Base::destroyAllForUser()
- SessionProxy_Backend_Default::destroyAllForUser in lib/
SessionProxy/ Backend/ Default.php - Native implementation is opaque, and cannot allow us to index session: it is impossible to proceed with this cleaning.
- SessionProxy_Backend_Native::destroyAllForUser in lib/
SessionProxy/ Backend/ Native.php - Native implementation is opaque, and cannot allow us to index session: it is impossible to proceed with this cleaning.
File
- lib/
SessionProxy/ Backend/ Base.php, line 192
Class
Code
public function destroyAllForUser($uid) {
}