TwistPHP Documentation

forget

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

forgetForget the user, nolonger remeber the user

Return Values

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

Example

<?php
//Call the function forget with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> forget();