Changing OpenKM timeout session
From OpenKM Documentation
Revision as of 18:13, 12 February 2010 by Jllort (talk | contribs) (Created page with 'To change openkm timeout session you must add in web.xml file it ( the number indicates the timeout in minutes ): <session-config> <session-timeout>30</session-timeout> </s…')
To change openkm timeout session you must add in web.xml file it ( the number indicates the timeout in minutes ):
<session-config> <session-timeout>30</session-timeout> </session-config>