Answer Posted / 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 |
Post New Answer View All Answers
what are the tools used in your project , How to ask the answer this question
Which jsp method cannot be overridden?
Give the syntax for jsp comments.
How can the applets be displayed in the jsp? Explain with an example.
Which is better jsp or javascript?
What is out println in jsp?
Where do I create jsp in eclipse?
Explain the difference between servlet and jsp?
What is tld file?
What is c tag in jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
How to get value from java to jsp page?
How can automatic creation of session be prevented in a jsp page?
What is application scope in jsp?
What is the use of jsp implicit objects?