how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / vilu
HttpSession session = request.getSession(true);
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
How is jsp used in the mvc model?
Can we use javascript with jsp pages?
What are the primary differences between the jsp custom tags and java beans?
How can I handle jsp page errors?
What is page scope?
Can I use javascript on jsp page?
How can I declare methods within my jsp page?
What are the different scope values for the jsp objects?
What is the jspinit() method?
How does response sendredirect work?
What is the purpose of
What is jsp translation phase?
What is a javaserver pages (jsp)?
What is meant by jsp?
How can you make the finally clause not to fail to execute?