Siebel Config: How to set Session Timeout?

Posted yexianyi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Siebel Config: How to set Session Timeout?相关的知识,希望对你有一定的参考价值。

How to set Session Timeout?

Scenario

If you are trying to reproduce any FR that related to Session timeout, please follow configuration as below.

Process of Setting

1. Go to X:/SIA80/SWEApp/BIN

2. Open eapps.cfg.

3. Locate to [defaults] section

4. Modify value of ‘SessionTimeout’ to any seconds that you expect your App timeout. (Default value is 900 sec. In this guide we set value to 60 sec.)

5. Open Siebel App and click Tools > User Preferences

6. Enter ‘Message Broadcasting’ View and check detail parameters:

Update Interval (Seconds): 120

Show: False

By default, Update Interval is 120sec. You must ensure this value is bigger than value of ‘SessionTimeout’ that we set in Step4. Alternatively, you can uncheck ‘Show’ directly to disable Message Broadcasting function.

Don’t forget press save button after you change anything.

7. Restart your App and log in again, now your session will be timeout after 1 min, if you won’t do anything.

Complement

‘SessionTimeout’ determines that how long will session timeout.

‘Update Interval’ determines the frequency that Siebel App sent a message to the server in order to maintain session connection.

But the point is ‘Message Broadcasting’ is not UNIQUE mechanism to maintain session.

Some other functions could also have possibility to affect session timeout, such as, ‘Alarm Manager Load Frequency’ and ‘PushKeepAliveTimer’. You must ensure these configurations are set properly, in order to make sure your modification in Session Timeout is available.

For more information about other factors, please refer to Metalink3 doc [ID 477544.1]

If you have any problem, please contact me.

Xianyi.Ye

Yexianyi@hotmail.com

以上是关于Siebel Config: How to set Session Timeout?的主要内容,如果未能解决你的问题,请参考以下文章

转载 How to Encrypt connection string in web.config

how to adjust PKG_CONFIG_PATH environment-variable

[转]SQL - Create XML - How to set Unicode UTF-8

How to config Bluetooth base Ubuntu 18.04 for Nvidia NANO 2G

How to set up a clipping rectangle ?

架构How To Use HAProxy to Set Up MySQL Load Balancing