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 |
How can I handle jsp page errors?
Can we use jsp implicit objects in a method defined in jsp declaration?
Why jsp is used instead of html?
What is welcome file list?
What is Include directive?
Explain the difference between servlet and jsp?
How does response sendredirect work?
What are the jsp elements?
How to find out the name of the http method using jsp el?
What is jsp in javascript?
What information is needed to create a tcp socket?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank