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 the difference between "JTable" and "JTGrid"? can they be used interchangeably?
How can we avoid direct access of jsp pages from client browser?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is jsp language?
What is error page in jsp?
How can a cookie is deleted with JSP?
Is jsp a front end?
How is jsp include directive different from jsp include action. ?
What is the purpose of jsp and why it is widely used?
How can we disable java code or scripting in jsp page?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What are request and response objects?