Answer Posted / ravikiran
when we disable the cookies inside the client browser or if
the cookie age is finished which is set as
cookie.setMaxAge(mins*secs);
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you run a servlet?
Write a program to show the functionality of doget and dopost method?
How do I use cookies to store session state on the client?
What are its drawbacks of cgi?
Which method is called when reference variable is passed in system.net?
Define declaration.
What is the difference between a generic servlet and http servlet?
Can a jsp be called using a servlet?
What are sessions in servlets?
What is session?
What are the different methods involved in the process of session management in servlets?
Difference between GET and POST?
Explain in brief the directory structure of a web application?
Whether we can get deadlock situation in servlets?
Why servlet is faster than jsp?