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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different Authentication options available in Servlets.
What’s the use of the servlet wrapper classes??
How we can get ip address of client in servlet?
Why jsp is better than servlet?
Write a hello world program using servlets.
Which method is called when reference variable is passed in system.net?
What is the purpose of dispatcherservlet properties?
What is generic servlet class?
What is the workflow of a servlet?
What is meant by servlet? What are the parameters of the service method?
What is the need of servlet filters?
What is the difference between a generic servlet and http servlet?
What are the different methods of session management in servlets?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the web server used for running the Servlets?