have you set the session time out in web.xml of your war? <session-config> | <session-timeout>30</session-timeout> | </session-config>
The default timeout used by the tomcat instance is under deploy/jbossweb-tomcatxxx.sar/conf/web.xml You shud override in your web.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863632#3863632 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863632 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
