JSP: Avoid creating a session

To avoid creating session when a JSP is accessed add the following page directive in the JSP.

<%@ page session="false" %>

No comments: