File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
setSessionLife
— Set the device cookie life in seconds (Default: 604800 == 7 Days)
Name | Description |
---|---|
[$intSessionLife = 604800] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intSessionLife = 604800;
//Call the function setSessionLife with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> setSessionLife($intSessionLife);