File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
validateCode
— Validate a remember me session code
Name | Description |
---|---|
$strSessionKey | n/a |
[$blUpdateKey = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strSessionKey = 'foo';
$blUpdateKey = true;
//Call the function validateCode with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> validateCode($strSessionKey, $blUpdateKey);