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
How do we print “
creates a new line in html” in jsp?
What is application in jsp?
What is jsp expression?
Explain jsp:plugin action?
Mention the implicit objects in a jsp.
When destroy method of jsp is called?
What is client side technology?
What are the different directives in jsp?
Can we call destroy method inside init method?
Why is used in jsp?
What is meant by jsp?
List all tags that are provided in jstl?
Can a jsp page instantiate a serialized bean?
What will happen if iselignored attribute is set as false?
What is jsp net?