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
List the different scope values for the
What are directives in jsp?
What is meant by jsp?
What is the
How to restrict page errors display in a JSP page?
What are the different scope values for the jsp objects?
What is expression language injection?
What is JTGrid?
What language is jsp?
What is a declaration statement?
Which implicit object is not available in normal jsp pages?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What are the different life-cycle methods?
Can you disable the caching on the back button of a particular browser?
How do we prevent browser from caching output of my jsp pages?