You are here

public function SessionProxy_Storage_Interface::write in Session Proxy 7

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

File

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

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 write($sessionId, $serializedData);