what will happen if we disable cookies in the web page?
Answer Posted / sk
cookies are used to retrieve the information from the page
for perticular session instead of storing all data that
user enters.it removes the overhead of saving diff data in
database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the jsp life cycle?
What is jsp language?
What is jsp syntax?
Why is it not recommended to use script elements in jsp?
What are jsp declarations?
How do you delete the session data?
When does a container initialize multiple jsp objects?
What are stored procedures? How is it useful?
What are custom tags in jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
How did you implement caching in jsp?
Can I stop jsp execution while in the midst of processing a request?
What are the jsp lifecycle phases?
What is the use of implicit object named "application" in Application?
What is jsp translation time?