Configuring Additional Settings
You can set and modify the following application context-wide settings in your Web module:
● The message that is displayed in case of a failover condition. It warns the user that failover will be performed after the failover timeout passes because the server process the user session runs on is shut down.
● The HTTP session’s expiration period, as well as the maximum concurrent user sessions that can exist for the particular Web module.
● Specify whether URL rewriting is always used for session tracking, or if it is only used when the client does not support cookies.
● Determine whether the SingleThread model is used for this component.
...
1. Open the Context tab in the Web Module Details frame.
2. Based on the settings you need to configure, do the following:
Setting |
Steps |
Whether the SingleThread model is used |
Choose Make Module Distributable. |
Use only URL rewriting for session tracking |
Choose Activate URL Session Tracking. |
Configure HTTP sessions |
... 1. To specify the expiration timeout (in minutes), enter an integer number in Session Timeout. 2. To specify the limit for the existing sessions for this Web module, enter an integer number in Maximum Sessions. |
Configure the failover alert |
... 1. To specify the failover alert timeout, enter the period (in minutes) in Failover Alert Timeout. 2. Enter the alert message to be displayed to the user in the Failover Alert Message. |