public function SessionProxy_Storage_Interface::open in Session Proxy 7
2 methods override SessionProxy_Storage_Interface::open()
- SessionProxy_Storage_Cache::open in lib/
SessionProxy/ Storage/ Cache.php - SessionProxy_Storage_Database::open in lib/
SessionProxy/ Storage/ Database.php
File
- lib/
SessionProxy/ Storage/ Interface.php, line 10
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 open();