how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / prasanthi
small correction in answer 1:
session.setAttribute("user",name);
using retrive method
//String sessionuser=session.getAttribute(name);
String sessionuser=(String)session.getAttribute(name);
| Is This Answer Correct ? | 6 Yes | 16 No |
Post New Answer View All Answers
Where is jsp used?
Is jsp better than servlet?
What is the difference between java servlet and jsp?
How many messaging models do jms provide for and what are they?
What is jstl core tags?
What is jsp page?
Which tag is used to execute java source code in jsp?
What is the jsp?
When the destroy method of the jsp's are called?
What is session getattribute in jsp?
Explain the difference between servletcontext and pagecontext in jsp?
What are the jsp elements?
What is jsp scriptlet?
Can we use javascript in jsp?
How do we print “
creates a new line in html” in jsp?