ValidLogin - cWebApp
Determines if a login is required to access the web application
Type: Function
Return Data Type: Boolean
Syntax
Function ValidLogin Returns Boolean
Call Example
Get ValidLogin to BooleanVariable
Description
Call ValidLogin to test whether a login is required to access this web application. If so, it will determine if the current session is logged in by asking the session manager (cWebSessionManager). This function is called by views as a first level security test.
Return Value
True if login is required