ManaPHP\Http\Session\AdapterInterface::write PHP Метод

write() публичный Метод

The serialized session data passed to this callback should be stored against the passed session ID. When retrieving this data, the read callback must return the exact value that was originally passed to the write callback.
public write ( string $sessionId, string $data ) : void
$sessionId string
$data string
Результат void
    public function write($sessionId, $data);