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 |
Explain client and server side validation?
how to enable session tracking for jsp pages,if the browser has disabled cookies?
Differentiate between <jsp:include page=…> and <%@include file=…>.
Can we use jstl in html?
What is the difference between server side and client side programming?
How to disable scripting?
What does jstl mean?
How many messaging models do jms provide for and what are they?
What is the need for jsp?
Can we implement an interface in a jsp?
What are the different scope values for the <jsp:usebean> tag?
How to find out the name of the http method using jsp el?