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 |
What is difference between jsp and javascript?
what is the enitre process of using smart forms to create forms?
How can I prevent direct access to a jsp page from a browser?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
What are the different jsp element types?
What are the lifecycle phases of a jsp?
How does the Jsp Expressions works ? What happens at the back?
What is the difference between Java Servlet & JSP?
What is session tracking in jsp?
How are cookies set in jsp?
What is _jspservice method?
What is jsp-config in deployment descriptor?