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 are the different directives in jsp?
How are the jsp requests handled?
What is context in web application?
What is el?
What is a jsp page?
Why is jsp used?
What is the major difference between servletcontext and pagecontext?
How to connect jsp and java file?
How we can include the result of another page in jsp?
Can we implement an interface in a jsp?
How to delete a cookie in jsp?
Which one is correct order of phases in jsp life cycle?