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 can I prevent the output of my jsp or servlet pages from being cached by the browser?
Explain jsp and tell its uses?
How can I prevent direct access to a jsp page from a browser?
What are the literals used in jsp?
How can a thread safe JSP page be implemented?
What is jsp and how it works?
Differentiate between response.sendredirect(url) and
Explain the difference between forward and sendredirect?
What are the different directives in jsp?
What is request scope in jsp?
Differentiate between pagecontext.include and jsp:include?
Differentiate between include directive and include action.
What are jsp implicit objects?
Which tag is used to execute java source code in jsp?
Explain the action.