SessionHandlerDB::write()

Write the given $data for the given session ID

Usage

$bool = $sessionHandlerDB->write(string $id, string $data);

Arguments

NameType(s)Description
$idstring

Session ID

$datastring

Serialized data to write

Return value

bool


SessionHandlerDB methods and properties

API reference based on ProcessWire core version 3.0.253