Hi,
I have read this question at
www.j2eecertification.com Which of the following actions will cause a session to be expunged in a web application? [Check all correct answers]
1. Navigating to a different web site or web application.
2. Closing the web browser.
3. The client does not send a request to the web application for a length of time that exceeds the session timeout value of the associated session object in the application.
4. Accessing a resource which causes the associated session to be explicity invalidated by making a call to the invalidate() method of the session.
The correct answer is:
3 and 4. According to j2eecertification.
I have a some doubt at no. 3,is not possible that client(admin) uses setMaxInactiveInterval() method in order to exceed the length of time of session timeout to the associated session object.
Regards,
Nauman
Nauman Khan <br />SCJP,MCSE,SCWCD,SCBCD,SCWCD1.4