Indicates whether an anonymous sessions are supported by the current application.
true
if an anonymous role is defined for the application, false otherwise.
The application supports the anonymous session when a role is specified as anonymous role for your applcation and the option
anonymousSessionSupportedof your Visual Guard configuration file is equal to true.
To define an anonymous role, you must be connected to the repository with the Visual Guard console and modify the property
Anonymous Roleof your application.
After modifying this property, you have to regenerate the Visual Guard configuration file of your application or edit it to modify the option
anonymousSessionSupported.
Exception Type | Condition |
---|---|
VGConfigurationException | The configuration file is not valid or A problem occurs during the connection to the repository.or The version of the repository or the version of the permissions is not supported by the application. |
VGSecurityManager Class | Novalys.VisualGuard.Security Namespace | LoadAnomymousSecurity