You can set session timeout for all web applications using the system property atg.jboss.session.timeout.
When invoking runAssembler, use the following:
-Datg.jboss.session.timeout=nnnFor example, to add a 60 minute session timeout, you would enter:
-Datg.jboss.session.timeout=60When this property is set, it creates an additional session-timeout element in jboss-web.xml. This element specifies the timeout in minutes.

