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 is difference between custom jsp tags and beans?
What is pagescope in jsp?
What is the difference between <jsp:forward> and sendRedirect?
How to deactivate el usage on jsp?
How does jsp engines instantiate tag handler classes instances?
What are the jsp lifecycle phases?
Explain the uses of <jsp:usebean> tag.
Why do we need servlets and jsp?
How we can configure init params in jsp?
What is welcome file list?
What is session object in jsp?
What is the difference between servletcontext and pagecontext?