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 jsp processing?
What are the two ways to include the result of another page?
Explain handling of runtime exceptions.
Is jsp server side or client side?
What are the elements of a jsp page?
When does a container initialize multiple jsp / servlet objects?
What is the jsp?
How are cookies set in jsp?
What is c tag in jsp?
What are stored procedures? How is it useful?
What is the use of implicit object named "application" in Application?
What are action tags?