Difference between revisions of "Changing OpenKM timeout session"

From OpenKM Documentation
Jump to: navigation, search
(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…')
(No difference)

Revision as of 19:13, 12 February 2010

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>