How do I set password expire time period?
Answers were Sorted based on User's Feedback
Answer / amita
but the above ans is not suitable for any field like
password.
that is for browser session out.
M i correct?
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / haneef
Yes, u r right
i agree with you,But
see when the session is expired, then the user must entered
his user name and password again...so this way also we can
expired the password...
But it is not the exact answer...this is one way
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Differentiate between <jsp:include page=…> and <%@include file=…>.
how can i add properties in dynamic text fields using .js file?
What is jstl (jsp standard tag library)?
How we can configure init params in jsp?
when we will use the SendRedirect method instead of forward.
why JSP is bigger choice for software development as compare to ASP.
What is the difference between jsp and thymeleaf?
Can I declare a java class in jsp?
How does a servlet communicate with a jsp page?
i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?
What are context initialization parameters?
Can you use javascript in jsp?