If we disable cookies in our web page, what will happen?
Answer Posted / navatha
If we disable the cookies in our webpage then the it cant
identify the clients request.because there will be no
jsessionid for our request.So it fails to remember our req
on the server .so once again it creates the sessionid for
another req.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is servlet name in web xml?
How do we call one servlet from another servlet?
How the typical servlet code look like ?
Is servlet a server side scripting language?
What are the phases of a servlet life cycle?
Explain in brief the directory structure of a web application?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What's the advantages using servlets than using cgi?
What is generic servlet class?
How do you configure a centralized error handler in servlets?
What is MIME Type?
What are the kinds of http requests?
Explain the difference between jsp and servlet?
What is the use of welcome-file-list?
What is the difference between get and post methods?