Changing OpenKM timeout session

From OpenKM Documentation
Revision as of 19: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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>