Difference between the session-Timeout element in Web. XML and the session. setmaxinactiveinterval () function

Source: Internet
Author: User

I met a user who could set the session time and figured out the relationship between the two questions.

 

The session-Timeout element (an element in the web. xml file) is used to specify the default session timeout interval, in minutes. The element value must be an integer. If the value of the session-Timeout element is zero or negative, the session will never time out. For example:
  1. <Session-config>
  2. <Session-Timeout> 30 </session-Timeout>
  3. </Session-config>
  4. // 30 minutes

Setmaxinactiveinterval sets the expiration time of the current session, not the whole Web time, measured in seconds. If the value is set to zero or a negative number, the session will never time out. It is often used to set the current session time.

 

Pay attention to the unit when using it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.