InterviewSolution
Saved Bookmarks
| 1. |
How to set session timeout in servlet? |
|
Answer» setMaxInactiveInterval(int interval) of HTTPSession object specifies the time, in seconds, between client requests before the servlet container will invalidate this session. |
|