SessionTimeOutSettings
The SessionTimeOutSettings rule can be used to configure the session management in OIPA. A popup message can be configured that notifies users about their session timed out.
- The rule will have the flexibility to set the grace time (time between display of popup till the session expiry) for each user group/user.
- The pop-up can be configured to state after how much time the session is going to be expired. This text is not configurable at user group/user level.
- When user logs in, the session time will start and after amount of inactivity (i.e. session timeout period including grace time) a pop-up displaying the standard text will be displayed.
Note: If the rule is not configured, then there shall not be any pop-up and timeout shall be 1800000 = 3 mins.
Element/Tag |
Attribute |
Definition |
Element/Attribute Value and Description |
---|---|---|---|
<SessionTimeOutSettings> |
|
The opening and closing tags of the SessionTimeOutSettings rule. |
|
<UserGroupConfig> | SECURITYGROUP | Optional, repeatable: | |
<GraceTime> | UNIT | ||
<UserConfig> | Optional, repeatable: |
XML Example
<SessionTimeOutSettings>
<UserGroupConfig SecurityGroup = "CSR">
<GraceTime unit = "seconds">120</GraceTime>
</UserGroupConfig>
<UserGroupConfig SecurityGroup = "Data_entry_operator">
<GraceTime unit = "seconds">180</GraceTime>
</UserGroupConfig>
<UserConfig User = "User1">
<GraceTime unit = "seconds">180</GraceTime>
</UserConfig>
</SessionTimeOutSettings>