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 JSP Output comments?
How can I implement a thread-safe jsp page?
Can you call jsp from servlet?
What is session tracking in jsp?
How can multiple submits due to refresh button clicks be prevented?
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
How jsp is compiled?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
What are the events in jsp page?
How many jsp implicit objects are there?
What does jsp mean?
What is a page directive?