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 |
Is jsp front end or backend?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What are custom tags in jsp?
Why jsp is better over static html also explain lifecycle of a jsp?
Which jsp life cycle is in correct order?
Can a constructor be used in place of init() method to initialize a servlet?
How many jsp implicit objects are there?
How to connect jsp and java file?
Which tag should be used to pass information from jsp to include jsp?
Explain the uses of <jsp:usebean> tag.
How does a jsp work?
What is a jsp and what is it used for?