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 the different methods involved in the process of session management in servlets?
What’s the difference between sendredirect and forward methods
What are the difference between RMI and Servlets?
What is the use of welcome-file-list?
Explain url encoding in servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Is servlet a server side scripting language?
What is url encoding and url decoding
Why is init() method is used in servlets?
What is the need of servlet filters?
What is the difference between Servlets and Applets?
What are the mechanisms used by a servlet container for maintaining session information?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the dispatcher servlet?
Does servlet have main method?