You are here

public function SessionProxy_Storage_Interface::close in Session Proxy 7

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

File

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

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 close();