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
write a program in javasacript to shake the window
What is the difference between a scrollbar and a scrollpane in jsp?
What does jsp mean in text?
Why do we need servlets and jsp?
Explain the various scope values for tag.
What is the use of?
How can I declare methods within my jsp page?
what are the tools used in your project , How to ask the answer this question
How jsp is executed by web server?
Why session is used?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What is include directive in jsp?
How we can disable session in jsp?
Can we define a class inside a jsp page?
What are the jsp lifecycle phases?