posted 15 years ago
Hi, Swapnel. The page that declares <%@page session="true" %>, tells the container that this page participates in session. So the container creates session implicit object. If it is declared with "false", the container will not provide session implicit object. So, is not able to participate in the session.
SCJP5.0, SCWCD5.0, OCEJPAD6, OCPJWSD6