Tuesday, October 4, 2011

parameters that affect the session timeout functionality of forms

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com

Problem: parameters that affect the session timeout functionality of forms


Solution:

Basically there are three parameters that affect the session timeout
functionality of forms.

1.FORMS60_TIMEOUT
2.heartbeat
3.session.timeout (zone.properties)

For example
Say you want the timeout to happen after 3 hours.

In this case you should set the FORMS60_TIMEOUT to 3 hours. i.e., 180 minutes and heartbeat to more than 3 hours, 185 minutes.

In this case the heartbeat will occur after the duration of the timeout causing a Form di
sconnect to occur.

If you never wish for the timeout to occur, then you should accomplish the
following:
Set the FORMS60_TIMEOUT to 180 minutes and heartbeat to 60 minutes.
In this case heartbeat will send the request to the 60 minutes to tell that the
client
session is alive and the FORMS60_TIMEOUT will reset to 180 minutes after the
heartbeat ‘ping’ is received. In this way the timeout end time will never be reached unless a
client session abnormally aborts.

Note that you can also specify a timeout setting for idle connections in the
zone.properties file.

Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: