Answer Posted / sanjay gajula
THERE IS A ELEMENT NAME CALLED "SESSION-TIMEOUT" IN THE
WEB.XML FILE OF APPLICATION SERVER USING THIS ELEMENT WE
CAN EXPLICITLY SET THE TIME FOR SESSION TO GET EXPIRED
EX;-
<SESSION-CONFIG>
<SESSION-TIMEOUT>30</SESSION-TIMEOUT>
</SESSION-CONFIG>
WE HAVE TO SET THIS IN THE WEB.XML FILE OF APPLICATION
SERVER[TOMCAT]
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why there are some null interface in java? What does it mean?
What advantage do java's layout managers provide over traditional windowing systems?
Difference between static binding and dynamic binding?
What is the final class?
What is the size of boolean variable?
What is the file extension for java?
Explain the importance of thread scheduler in java?
Why is whitespace important?
how can you catch multiple exceptions in java?
What are keywords and reserved words in java?
Explain methods specific to list interface?
What is super keyword explain with example?
What is square root in java?
what is session in java?
Can a method be overloaded based on different return type but same argument type?