How to get session in Jsp other than session object?
Answers were Sorted based on User's Feedback
Answer / shrinath rodage
<% session.getAttribute("value"); %>
// This Signature is to get the Session id from other page
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / find_chaitu
HttpSession ses=null;
ses=request.getSession();
this code is placed on jsp
| Is This Answer Correct ? | 6 Yes | 5 No |
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What is the requirement of a tag library?
What is the purpose of jsp and why it is widely used?
What is error page in jsp?
How to restrict page errors display in a JSP page?
How we can use javascript with jsp pages?
Mention the various implicit objects used in the expression
How can I implement a thread-safe jsp page?
What is contextpath?
List all tags that are provided in jstl?
Mention the scope values for <jsp.usebean> tag.
What is a translation unit?