DEVFYI - Developer Resource - FYI

What is the page directive is used to prevent a JSP page from automatically creating a session?

JSP Interview Questions and Answers


(Continued from previous question...)

48. What is the page directive is used to prevent a JSP page from automatically creating a session?

<%@ page session="false">

(Continued on next question...)

Other Interview Questions