AutoConfig (adconfig) uses the variable s_sesstimeout from the $APPL_TOP/admin/<context>.xml to determine the ICX:Session Timeout Profile Option. adconfig runs the script afwebprf.sql which does the following : Setting ICX_SESSION_TIMEOUT to correspond to Jserv Session Timeout In the template file for the <context>.xml file (adxmlctx.tmp) there is a default value for s_sesstimeout :
If you want the ICX: Session Timeout to be different, you will have to update the .xml file so that s_sesstimeout/(1000*60) equals the value you want it to be. Keep in mind that the s_sesstimeout is used in the zone.properties file as well. Here is some additional information regarding timeouts within 11i Apps, specifically for the zone.properties and the profile option. session.timeout=600000 2. Login into Oracle Applications as SYSADMIN and search for profile ICX:Session Timeout; set this Profile Option to the same value as the one specified by session.timeout in zone.properties. This is session timeout limit for Self Service Framework Applications and is specified in minutes. 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. |
No comments:
Post a Comment