File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
updateSession
—
Name | Description |
---|---|
$strDevice | n/a |
$strHash | n/a |
[$blRemember = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDevice = 'foo';
$strHash = 'foo';
$blRemember = false;
//Call the function updateSession with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> updateSession($strDevice, $strHash, $blRemember);