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
How to restrict page errors display in a JSP page?
List out some advantages of using jsp.
What are jsp implicit objects?
Is jsp server side scripting language?
What is pagecontext jsp?
What is expression language in jsp?
Explain JSP Output comments?
What happens when a page is statically included in another jsp page?
Explain jsp action elements or action tags?
How can we handle exceptions thrown by jsp service method?
What is asp and jsp?
How many messaging models do jms provide for and what are they?
Show the 2 types of comments in JSP.
Is jsp used?
Can we use javascript in jsp?