Returns true if user is logged in and not a guest, returns false otherwise.
Syntax
Security_isLoggedIn()
Arguments
No arguments.
Return value
Returns true if user is logged in and not a guest, returns false otherwise.
Example
This example shows how to check if the current user is logged in.
if Security_isLoggedIn() then
response.write "I'm logged in"
end if
See also: