Session::flash
(method)
Purpose:
Refreshes a session
Example:
Session::flash('sessionName', '');
Data Type(s):
Session::flash(session_name, optional_string)
Location:
users/classes/Session.php
Details:
Refreshes a session based on the session name.
Session name can be found in init.php
<?php Session::flash('mySession'); ?>