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 |
Give the use of exception object.
Which tag is used for error handling in jsp pages?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
How can i connect from jsp to servlet page
Explain the difference between forward and sendredirect?
Give an example of using your own tags.
what will happen if we disable cookies in the web page?
Which tag should be used to pass information from jsp to include jsp?
Give an example where you need jsp custom tag?
How to make a “new line in html” in jsp?
What is the difference between include and jsp directive: include action?
List out some advantages of using jsp.