Is there a way I can set the inactivity lease period on a per-session basis?



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

Post New Answer

More JSP Interview Questions

Which tag is used to execute java source code in jsp?

1 Answers  


What are the different types of directives available in jsp?

1 Answers  


Why is it that JComponent have add() and remove() methods but Component doesn’t?

1 Answers  


Is jsp server side scripting language?

1 Answers  


How can I extend the functionality of jsp?

1 Answers  


What is out in jsp?

1 Answers  


What do you mean by jsp directives?

1 Answers  


What is the requirement of a tag library?

1 Answers  


How to connect jsp and java file?

1 Answers  


How to deactivate el usage on jsp?

1 Answers  


Explain the difference between servletcontext and pagecontext in jsp?

1 Answers  


What is the different between servlet and struts

2 Answers  


Categories