Hi,
Session Timeout management should be examined considering also Connection
Timeout, Inactivity Timeout when a connection is established to the
Database and the Database itself Timeout, normallyy the session timeout is
higher than the Connection Timeout.

Usually for standard not high transactional env (so for Mifos could change)


Session Timeout: 30 minutes
Connection Timeout 3 mins
DataBase TimeOut : 8 minutes the default for MySQL

Other timeout, as Transactional Timeout , should be as well considered for
long running activity.

In other application server the issue that the Connection Timeout should be
low for OnLine activity and longer for job/transactional activity is
resolved deploying in different application server teh Online and the job
batch activity

Having a Session Timeout very very long can be a serious issues for
security reason.

Best


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to