validateId() validateId(string $key) : boolean Checks if a session identifier already exists or not. Parameters string $key Returns boolean
updateTimestamp() updateTimestamp(string $key, string $val) : boolean Updates the timestamp of a session when its data didn't change. Parameters string $key string $val Returns boolean