Is there a way I can set the inactivity lease period on a per-session basis?
Answer / Munil Kumar Chaudhari
To set the inactivity lease period on a per-session basis, you should configure this setting at the container level rather than within your JSP code. For Tomcat, for example, you can modify the session-config element in server.xml.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which tag is used to execute java source code in jsp?
What are the different types of directives available in jsp?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Is jsp server side scripting language?
How can I extend the functionality of jsp?
What is out in jsp?
What do you mean by jsp directives?
What is the requirement of a tag library?
How to connect jsp and java file?
How to deactivate el usage on jsp?
Explain the difference between servletcontext and pagecontext in jsp?
What is the different between servlet and struts