$sessionStore->createId()
Creates a new session ID with the given expiry time
$sessionStore->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 $sessionstore object it is applied to and returns it again.