Tuesday 7 February 2012

Set session timeout in Weblogic

Apparently it is not so obvious because there are 2 ways to set session timeout in weblogic:

  • web.xml: in minutes
  • weblogic.xml: in seconds
 If you set both bare in mind that web.xml takes precedence over weblogic.xml

Finally, bear in mind that the Weblogic console displays the weblogic.xml param.


Note: Session timeout  is the amount of time (in seconds) that a session can remain inactive before it is invalidated.

No comments:

Post a Comment

xslt padding with characters call template for left pad and right pad

  Could a call-template be written that took two parameters ?   a string, and a   number) return the string with empty spaces appended t...