Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain the difference between jspwriter and servlet printwriter in jsp?

1020


How do we prevent browser from caching output of my jsp pages?

1011


Why are jsp pages the preferred api for creating a web-based client program?

1097


Can jsp run without server?

933


What is the use of?

999


What is jsp scriptlet?

996


How can we handle the exceptions in jsp?

1003


Is jsp compiled?

947


How we can disable session in jsp?

1028


Define scriptlet, expression and declaration in jsp?

979


Explain implicit objects in jsp?

1102


What jsp lifecycle methods can be overridden?

1006


How can I override the jspinit() method within a jsp page?

953


What is jsp custom tag and what are it’s components?

923


How can you avoid scriptlet code in jsp?

1047