Method:
issetVar()
Class:
SESSION
Method Call:
include_once("core/session/SESSION.php");
$session = new SESSION();
BOOLEAN $session->issetVar(STRING: sessionKey);
Description:
Determines whether a session variable exists or not.
Usage:
Return TRUE or FALSE depending on whether the session variable is set or not.