Session::flash (method)

Return to Knowledgebase

Purpose

Refreshes a session

Location

users/classes/Session.php

Parameters

This function does not take any arguments

Example

Session::flash(\"SessionName\");

Further Documentation:

Refreshes a session based on the session name. Session name can be found in init.php.
Session::flash(\"mySession\");