JBoss Community

Re: Admin console session timeout (indefinitely)

created by Peter Johnson in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community