JSessionStorageApc::write
Write session data to the SessionHandler backend.
Signature
public function write(string
$id,
string
$session_data )
Parameters
-
$id
- The session identifier.
-
$session_data
- The session data.
Returns
- boolean
- True on success, false otherwise.