CREATED
CREATED = 'c'
Metadata container.
Adds metadata to the session.
$meta : array
$name : string
$storageKey : string
$lastUsed : int
Unix timestamp.
$updateThreshold : int
stampNew(int|null $lifetime = null) : mixed
Stamps a new session's metadata.
int|null | $lifetime | Sets the cookie lifetime for the session cookie. A null value will leave the system settings unchanged, 0 sets the cookie to expire with browser session. Time is in seconds, and is not a Unix timestamp. |