where do the cookies get stored in the request object
October 9, 2012 Leave a comment
Cookies are stored in the headers. In the response header it is stored at Set-Cookie and in the request object it is stored under Cookie header
"An approximate answer to the right problem is worth a good deal more than an exact answer to an approximate problem." — John Tukey
October 9, 2012 Leave a comment
Cookies are stored in the headers. In the response header it is stored at Set-Cookie and in the request object it is stored under Cookie header
October 9, 2012 Leave a comment
No, it is avaliable only in the error pages. that is in the pages where this directive is present
<%@ page isErrorPage="true" import="java.io.*" %>
October 9, 2012 Leave a comment
In the page where exception might occur, add a page directive as below
<%@ page errorPage="ExceptionHandler.jsp" %>
Here ExceptionHandler.jsp is the actual error JSP to which exception implicit object is made available when exception occurs. Inside this page we need to add a page directive as shown below
<%@ page isErrorPage="true" import="java.io.*" %>
Mostly technology with occasional sprinkling of other random thoughts
Amir Amintabar's personal page
Reading my way through Time Magazine's 100 Greatest Novels since 1923 (plus Ulysses)
My words, my world...
Do not wait for leaders; do it alone, person to person - Mother Teresa
An unexamined life is not worth living – Socrates
A topnotch WordPress.com site
Just another WordPress.com site
"An approximate answer to the right problem is worth a good deal more than an exact answer to an approximate problem." -- John Tukey
Recent Comments