$sessionstore->createId()
Creates a new session ID with the given expiry time
$sessionstore->createId(int $expiryTime): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $expiryTime * | int | – | Timestamp | 
Return type
string
Creates a new session ID with the given expiry time
$sessionstore->createId(int $expiryTime): string| Name | Type | Default | Description | 
|---|---|---|---|
| $expiryTime * | int | – | Timestamp | 
string