Peter Johnson [
http://community.jboss.org/people/peterj] created the discussion
"Re: Admin console session timeout (indefinitely)"
To view the discussion, visit:
http://community.jboss.org/message/595669#595669
--------------------------------------------------------------
Add this to the web.xml:
<session-config>
<session-timeout>xxx</session-timeout>
</session-config>
where xxx is a value in minutes (I looked in several places and didn't see any that
said that '0' means indefinite). This applies to all sessions. As far as I know
there is no way to configure sessions from a certain IP addresses.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/595669#595669]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]