You are here

public function SessionProxy_Storage_Interface::gc in Session Proxy 7

2 methods override SessionProxy_Storage_Interface::gc()
SessionProxy_Storage_Cache::gc in lib/SessionProxy/Storage/Cache.php
SessionProxy_Storage_Database::gc in lib/SessionProxy/Storage/Database.php

File

lib/SessionProxy/Storage/Interface.php, line 20

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 gc($lifetime);