writeSession() public method
Session write handler.
This method should be overridden if $useCustomStorage returns true. Do not call this method directly.
public boolean writeSession ( $id, $data ) | ||
---|---|---|
$id | string |
Session ID |
$data | string |
Session data |
return | boolean |
Whether session write is successful |
Please login to continue.