Determines the number of times a user can try to log in before the session is blocked and they need to close the browser and try again.
&GAMRepository.LoginAttemptsToLockSession = Number
Where:
&GAMRepository
Is a variable based on the GAMRepository data type.
Number
Number of times a user can try to log in before the session is blocked and they need to close the browser and try again.
Note: When using the
GAM Web Backoffice, this property can be configured by selecting
Repository > Configuration > General Security Policy. It is shown with the description "Login attempts to lock session".
The GAMRepositoryConfiguration Web Panel object is an example of where this property is used.
To set this property in the GeneXus code (by using the GAM API), the syntax is as follows:
&GAMRepository.LoginAttemptsToLockSession = 3
LoginAttemptsToLockUser property in GAMRepository EO
GAM Repository features and properties