(PHP 7)
SessionUpdateTimestampHandlerInterface::updateTimestamp — Update timestamp
abstract public SessionUpdateTimestampHandlerInterface::updateTimestamp ( string $id , string $data ) : bool
Updates the last modification timestamp of the session. This function is automatically executed when a session is updated.
id
The session ID.
data
The session data.
Returns true
if the timestamp was updated, false
otherwise. Note that this value is returned internally to PHP for processing.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/sessionupdatetimestamphandlerinterface.updatetimestamp.php