SessionUpdateTimestampHandlerInterface
in
Table of Contents
Methods
- updateTimestamp() : bool
- Updates the timestamp of a session when its data didn't change.
- validateId() : bool
- Checks if a session identifier already exists or not.
Methods
updateTimestamp()
Updates the timestamp of a session when its data didn't change.
public
updateTimestamp(string $key, string $val) : bool
Parameters
- $key : string
- $val : string
Return values
boolvalidateId()
Checks if a session identifier already exists or not.
public
validateId(string $key) : bool
Parameters
- $key : string