How many ways to remove the session object in the container
Answer Posted / ashwin kumar j
session.invalidate() used to kill the session object,this
method is usually called, for ex: when we logoff from an
application.
and
session.removeAttribute()
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are the jobs performed by servlets?
Can filter be used as request or response?
How we can call a jsp from the servlet?
Define declaration.
What is cookies in servlet with example?
What are the new features added to servlet 2.5?
What is servlet? Explain
What do you mean by web applications?
what is servlet chaining?
What are the advantages of cookies?
What are the steps involved in placing a servlet within a package?
What is servlet initializer?
Why do we use sendredirect() method?
What is difference between server and servlet?
What's the advantages using servlets than using cgi?