$fileSessionStore->createId()
Creates a new session ID with the given expiry time
$fileSessionStore->createId(int $expiryTime): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$expiryTimerequired | int |
no default value | Timestamp |
Return type
string
Randomly generated session ID (without timestamp)
This method modifies the existing $filesessionstore
object it is applied to and returns it again.