Session::delete
(method)
Purpose:
Deletes the current session
Example:
Session::delete('sessionName')
Data Type(s):
Session::delete('sessionName')
Location:
users/classes/Session.php
Details:
Deletes the session when provided the session name
Session name can be found in init.php
<?php Session::delete('user'); ?>