How do I set password expire time period?

Answer Posted / vikas

In web.xml file, mention session attribute after
servlet-mapping. like this:
<session-config>
<session-timeout>10</session-timeout> //10 mins
</session-config>

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between java and jsp?

480


How can my application get to know when a httpsession is removed?

547


How does el search for an attribute?

508


What is JTGrid?

1973


Which jsp methods can be overridden?

518






Explain the various scope values for tag.

509


How to forward a request to another source?

524


What is custom tag library?

483


How can we disable java code or scripting in jsp page?

509


What are the two kinds of comments in jsp and what's the difference between them ?

539


How we can configure init params in jsp?

535


What is a jsp expression?

540


What is el?

499


What is the standard action?

490


When does a container initialize multiple jsp / servlet objects?

619