Session::get (method)

Return to Knowledgebase

Purpose

Gets the value of a session

Location

users/classes/Session.php

Parameters

This function does not take any arguments

Example

Session::get(sessionName)

Further Documentation:

Gets the value of a session by name. Session name can be found in init.php.
$mySession = Session::get(\'sessionName\');