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 |
How do I view a jsp file?
What does jsp mean?
What is jsp and its architecture?
What is application scope in jsp?
Define scriptlet, expression and declaration in jsp?
What is an expression language?
What is the purpose of creating custom tags?
What is the <jsp:forward> standard action?
How can my application get to know when a httpsession is removed?
How do we print “<br> creates a new line in html” in jsp?
What are the main tags in jsp?
What's the difference between javabeans and taglib directives?