TwistPHP Documentation

validateCookie

File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
Extends:

validateCookieValidate a remember me cookie session

Parameters

Name Type Description
[$blUpdateKey = true]booleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$blUpdateKey true;

//Call the function validateCookie with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> validateCookie($blUpdateKey);