what will happen if we disable cookies in the web page?
Answer Posted / siva
I we disable cookies then it will bedifficult for the web
container to manage the session with the help of cokkie.So
we need to use the encodeURL() method for appending the
jsessionid with the URL.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is use of scriptlet tags in jsp?
What are stored procedures? How is it useful?
What is the purpose of
Can constructor be used instead of init(), to initialize servlet?
Can I declare a java class in jsp?
How we can disable session in jsp?
How do I run a jsp file?
Why should we not configure jsp standard tags in web.xml?
What are jsp lifecycle methods?
Can we use the exception implicit object in any jsp page?
Is jsp platform dependent?
How are the jsp requests handled?
How can I set a cookie and delete a cookie from within a jsp page?
What are the events in jsp page?
What is a hidden comment in jsp?