|
|
|
|
| warningTime | int | auto | | 300 |
The number of seconds before session expiration when a warning message will appear.
|
|
| autoProlongTime | int | auto | | 900 |
The number of seconds before session expiration when the session
will be automatically prolonged upon user activity.
|
|
| warningMessage | java.lang.String | auto | | 'The connection was inactive for more than {0} minutes. Your session will expire at {1}.\\n Please click OK to continue your work or CANCEL to close the session.' |
The warning message that will appear when the session is about to exipre.
Here {0} is replaced by the number of minutes that remain until expiration and
{1} is replaced with the time when the expiration will occur.
|
|
| expirationMessage | java.lang.String | auto | | 'Your session has expired. Please log in again.' |
The message that will appear when the session exipres and
the user needs to log in again.
|
|
| disableWarning | boolean | auto | | false |
Do not display a warning message after 'warningTime' seconds.
|
|
| disableAutoProlong | boolean | auto | | false |
Disable the automatic prolonging of a session after 'autoProlongTime' seconds
upon user activity.
|
|
| expirationFunction | java.lang.String | auto | | null |
The JavaScript function that will be invoked when the session expires.
|