|
Cookie c = new Cookie ("name", null);
c.setMaxAge(0);
response.addCookie(killCookie);
|
Category:
JSP
|
Date:
11/4/2010 11:31:57 PM
|
|
|
|
By using the method sendRedirect of HttpServletResponse or forward method of RequestDispatcher.
|
Category:
JSP
|
Date:
11/4/2010 8:03:57 PM
|
|
|
|
We set the HTTP header attributes the following values: <% response.setHeader("Cache-Control....
|
Category:
JSP
|
Date:
11/4/2010 5:09:57 PM
|
|
|
|
Yes, by using the return statement to stop the processing of JSP. Where JSP is compiled to servlet a....
|
Category:
JSP
|
Date:
11/4/2010 2:47:57 PM
|
|
|
|
ServletContext gives the information about the container and PageContext gives the information about....
|
Category:
JSP
|
Date:
11/4/2010 2:14:57 PM
|
|
|