Tuesday, November 29, 2011

How do you prevent the Creation of a Session in a JSP Page and why? What is the difference between include directive & jsp:include action?

By default, a JSP page will automatically create a session for the request if one does not exist.:Disabling the session in some pages will improve the performance of your JSP container.
Category:JSP Interview Questions

No comments:

Post a Comment