answersLogoWhite

0

Yes you can. Use the below line in your JSP page to accomplish it.

<%@ page session="false" %>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you set the session variables in jsp?

The session variables can be accessed in a jsp page from the request object. Note: Accessing session contents in JSP is not a good design practice


Which method invalidate session of a jsp page?

session.invalidate()


What is JSP Implicit objects?

In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects are available for a programmer: &acirc;&euro;&cent; request &acirc;&euro;&cent; response &acirc;&euro;&cent; out &acirc;&euro;&cent; session &acirc;&euro;&cent; config &acirc;&euro;&cent; application &acirc;&euro;&cent; page &acirc;&euro;&cent; pageContext


What are the built in objects in jsp?

The correct term is "JSP Implicit Objects" In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects that are available for a programmer. &acirc;&euro;&cent; request &acirc;&euro;&cent; response &acirc;&euro;&cent; out &acirc;&euro;&cent; session &acirc;&euro;&cent; config &acirc;&euro;&cent; application &acirc;&euro;&cent; page &acirc;&euro;&cent; pageContext


What are the Implicit object in JSP?

The implicit objects in a JSP page are:requestresponsepageContextsessionapplicationoutconfigpage


What are the JSP lifecycle methods?

The 3 life cycle methods in a JSP page are:jspInit() - Called when the JSP page is initializedjspService() - Called everytime a request/response is received/submittedjspDestroy() - Called when the JSP is no longer required


When you forward a JSP page which built-in JSP object goes out of scope?

application


Is it possible to include a doc file in a JSP page?

Yes. You can embed spreadsheets, pdfs and word documents in a JSP Page


What is session in jsp?

Session in the JSP and Servlet context refers to an instance of the HttpSession object that contains all the information about the current user session with the web application. This can be used as a cache or temporary storage area to store values that might be required across the application.


How many page directive can use in a single JSP?

There is no limit as such. You can use one or more Page Directives in a JSP but you cannot have duplicates


How does a JSP page handle run-time exceptions?

You can use the errorPage attribute of the page directive. If this attribute is defined in a JSP page, when a run time exception is encountered, the control will be transferred to this JSP page. This error page can access details of the Exception from the request and use it to display a logical message to the user.


How do you create master page in jsp?

how to create a master page in java