Page 1 of 1

Idle time forms session time out

Posted: Fri Nov 30, 2007 6:58 am
by pankajwc
How can I disconnect the inactive sessions idle for 30 mins. We can facing performance issues as the server approaches more than 250 sessions. We are looking for a method wherein we can automatically disconnect the inactive sessions (after 30 mins).

warm regards,

Pankaj

Posted: Sat Dec 01, 2007 2:39 am
by ahmadbilal
Check Profile Option

ICX:Session Timeout and set value as required

Posted: Sat Dec 01, 2007 12:56 pm
by pankajwc
Please explain in detail. We are using Forms 6i (Developer 2000) as front end. Where do I set the profile option in it ?

Posted: Sat Dec 01, 2007 1:22 pm
by ahmadbilal
Sorry my mistake i thought you are talking about oracle application(EBS).

for Forms Server version 6.0, you would create a new entry under HKEY_LOCAL_MACHINE called FORMS60_TIMEOUT. The new value should be a DWORD registry entry (not a string). Set this to define the maximum number of minutes the server should wait between signals from the client.

Posted: Sun Dec 02, 2007 6:59 am
by pankajwc
Thanks for the prompt help.

This key have to be installed on the server from which the forms are being read or on the clients ?