Set idle time in progress

murthybl

New Member
Dear all,

Is there any option such that we can set the idle time so that if user is not using the progress db more than 30 min means we need to logoff his id???
Any where in .ini file???

Advance thanks and regards,
Murthy
 

RealHeavyDude

Well-Known Member
There is a watchdog available for the database. You can start it as soon as the database broker is running. But it's functionality is not to disconnect idle users. Instead it's responsibility is to cleanup resources on the database allocated by "disappeared" self-service clients (that are clients that connect to the database via shared memory).

Progress itself does not provide any functionality like this. Some frameworks or software packages do. Don't know whether Styline does. If it doesn't you would need to roll your own.

Heavy Regards, RealHeavyDude.
 
Top