how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / sandeep
Using HttpSession. Methods used are getSession(),
setAttribute and getAttribute
| Is This Answer Correct ? | 76 Yes | 17 No |
Post New Answer View All Answers
How can I override the jspinit() method within a jsp page?
Why jsp and servlets are used?
What do cookies mean?
Are dialogue tags necessary?
How many jsp implicit objects are there?
Explain jsp and tell its uses?
What are the elements of jsp?
What is el?
What do you mean by jsp directives?
Can we override jspinit method?
What do you mean by context initialization parameters?
What is jsp param?
Explain handling of runtime exceptions.
What are request and response objects?
What is the use of?