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
When jsessionid is created?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the difference between session and cookies in servlet? Explain
What is a servlet engine?
What is servlet initializer?
What is http servlet in java?
How can you run a servlet program?
What is the difference between using getSession(true) and getSession(false) methods?
What is ServletContext object?
Explain the servlet filter.
What is the use of servlet wrapper classes?
How many objects of a servlet is created?
What if you need to span your transaction across multiple servlet invocations?
Why do you use session tracking in httpservlet?