(PHP 7)
SessionUpdateTimestampHandlerInterface::updateTimestamp — Update timestamp
$key
, string $val
) : boolUpdates the last modification timestamp of the session. This function is automatically executed when a session is updated.
key
The session ID.
val
The session data.
Returns TRUE
if the timestamp was updated, FALSE
otherwise.
Note that this value is returned internally to PHP for processing.