Answer Posted / madhuri
There are three ways ...
1)call setMaxInnactiveInterval()
we cal call the above mtd in two ways,i.e Programatically
Declaratively
Declaratively means through WEB.XML,by using session-timeout
we can close the session.
2)using session.Invalidate()
3)logout the session
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What lambda means?
What is null statement?
Why is singleton not thread safe?
Can we convert stringbuilder to string in java?
What is meant by structural programming?
Explain the inheritance?
Can a source file contain more than one class declaration?
What is the use of bufferedreader?
What is starvation?
what is the use of bean managed and container managed with example?
What language is an assembler written in?
What is the disadvantage of synchronization?
What is an argument java?
What is a stringbuilder?
Is it possible to use string in the switch case?