|
对于前面几个参数的补充说明 id:139863.1
The ICX: Session Timeout option sets the the maximum number of minutes to wait before invalidating an idle ICX Session. The default value is null. The web server session timeout value, or more appropriately the Apache Jserv Session value is used to specify the number of milliseconds to wait before invalidating an unused session. The default value is 1800000 or 30 minutes.
We recommend that you set the ICX: Session Timeout and the Apache Jserv Session to be the same. It's better to be consistent and let the ICX session and the Apache Jserv (middle tier) session expire at the same time. If the ICX session expires before the Jserv session, the user will be presented with a login page even though the Jserv session is still active. If the user logs back in before the Jserv session expires, they will see the old state of their middle-tier transaction. This can be confusing, since from the point of view of the user there is no distinction between the ICX session and the Jserv session
The session timeout for the webserver is specified via the following directive in the <ORAHTTP_TOP>/Jserv/etc/zone.properties file.
session.timeout=1800000
ICX: Limit Time (ICX_LIMIT_TIME)
Determines the maximum number of hours a user can be logged on per session. Default Value is 4 hours.
ICX: Session Timeout (ICX_SESSION_TIMEOUT)
Sets the maximum number of minutes to wait before invalidating an idle ICX session. Default value is null. Set this value to be same as the Apache/Jserv session timeout which is usually set to 30 minutes or 1800000 milliseconds. |
|