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 |
Explain jsp and tell its uses?
How do you comment out in jsp?
How does jsp engines instantiate tag handler classes instances?
What do you mean by context initialization parameters?
What is a expression?
What are the different types scripting elements in jsp?
What is jsp usebean?
How do you delete a cookie within a jsp?
What is the use of jsp and servlet?
Explain the difference between servletcontext and pagecontext in jsp?
Which implicit object is not available in normal jsp pages?
What is a tag file in jsp?