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
Can we write java code in jsp?
Which tag should be used to pass information from jsp to include jsp?
What are the steps for creating custom tags in jsp?
Define scriptlet, expression and declaration in jsp?
What language is jsp?
What is jspinit method?
Java Server Page I can use a function in two ways:
Either I declare
What are the life-cycle methods for a jsp?
What are jsp declarations?
Explain translation phase.
What is application in jsp?
Can you disable jsp scripting?
What is el in jsp?
Tell us about the jsp life cycle methods.
How to forward a request to another source?