In a recent patch
( http://article.gmane.org/gmane.comp.finance.mifos.devel/3362 ) I moved
session timeout configuration from the database to the application-wide
configuration properties file,
applicationConfiguration.default.properties...

  SessionTimeout=60

But I just realized this value isn't read from anywhere in the Java
code, and both src/org/mifos/META-INF/web.xml and test/WEB-INF/web.xml
have a session timeout defined as follows:

  <session-config>
    <session-timeout>30</session-timeout>
  </session-config>

So having session timeout in the application-wide configuration
properties file seems redundant, and not at all helpful.

Thoughts?

-- 
Adam Monsen


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

Reply via email to