Results 1 to 2 of 2

Thread: How to change the Session expire duration.

  1. #1
    Join Date
    Jan 2010
    Location
    Ottawa, Canada
    Posts
    37

    Default How to change the Session expire duration.

    Hi,

    I would like to change the session expiry duration, any helps??

    thank you.

  2. #2
    Join Date
    Sep 2011
    Posts
    21

    Default

    Add an entry to your web.xml file-

    <session-config>
    <session-timeout><Enter time here></session-timeout>
    </session-config>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •