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
What is action tag in jsp?
Explain client and server side validation?
What is the
What is pagescope in jsp?
What are the different types scripting elements in jsp?
Explain translation phase.
How many jsp implicit objects are there?
What is the
List all tags that are provided in jstl?
When will container initialize multiple jsp/servlet objects?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is jsp and why do we need it?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
Explain the action.
What is expression language injection?