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 |
Can you make use of a servletoutputstream object from within a jsp page?
What is jsp index?
What are the implicit objects in jsp?
What are the features of jsp?
How can I prevent the use of scripts and java code on the jsp page?
Can we use javascript in jsp?
What are the different types of jsp tags?
What is a translation unit?
What are the different scope values for the jsp objects?
What's the difference between an import and include directive, and also the difference between include directive and include action?
What is full form of jsp?
What is request scope in jsp?