what will happen if we disable cookies in the web page?
Answer Posted / shailendra shukla
It will give the exception saying that: "Illegal for
useBean to use session scope when JSP page declares (via
page directive) that it does not participate in sessions.
If you are not using the bean then it should be OK but most
of the time it will generate the exceptions and container
will not be able to manage the session for the page.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Give the use of session object.
What are page directives?
How to comment out jsp code?
Define scriptlet, expression and declaration in jsp?
What is include directive in jsp?
Explain the difference between servlet and jsp?
What’s the difference between forward and sendredirect?
How to configure init parameters for jsp?
What are the types of jstl tags?
How to deactivate el usage on jsp?
List out the various scope values of jsp action.
Can we use the exception implicit object in any jsp page?
What is a javaserver pages (jsp)?
What do cookies mean?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?