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 I declare a java class in jsp?
What is the difference between directive include and jsp include?
List all tags that are provided in jstl?
What do you know about writing custom jsp tags?
What are different types of comments used in jsp?
What are the jsp standard actions?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is application in jsp?
What is the difference between server side and client side programming?
How to delete a cookie in a jsp?
How many tags are provided by jstl?
What are request and response objects?
Is jsp a front end?
How jsp is executed by web server?
How do I view a jsp file?