sessionCheck
The sessionCheck function is used to "check" to see if a User is logged in.
It differs from the sessionVerify function in that sessionCheck will allow the script to continue execution if the $require argument is set to "no". This is used by Jamroom scripts that can be configured to allow anonymous session access (such as comments,guestbook, etc.). EXAMPLE:
array
sessionCheck
([string $require = 'no'])
-
string
$require: Session Required yes/no
|