File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
validateSessionKey
—
Name | Description |
---|---|
$strSessionKey | n/a |
[$blRemember = false] | 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';
$blRemember = false;
$blUpdateKey = true;
//Call the function validateSessionKey with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> validateSessionKey($strSessionKey, $blRemember, $blUpdateKey);