How To maintain session ..?
Answers were Sorted based on User's Feedback
Answer / amita dwivedi
you can maintain session in 4 ways--
1. hidden form field eg.
<input type=hidden name=button1 value = butvalue>
2. Using cookie
3 . URL Rewriting
4 . Session Attribute - setAttrubute(key, value) and
getAttribute(key)
| Is This Answer Correct ? | 15 Yes | 1 No |
What are the attributes of page directive?
Explain how you understand the action tag and jsp action elements.
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
What is cookie with example?
How do I set password expire time period?
What is tag file in jsp?
List the various action tags used in jsp.
Tell us about the jsp life cycle methods.
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
How can you include the results of another page?
What are JSP scripting elements?
What are the scopes available in <jsp:usebean>?