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 do I set password expire time period?
How do you connect to the database from jsp?
How to make a “new line in html” in jsp?
What are custom tags?
Explain the difference between include directive and include action in jsp?
What are the jsp tags?
What is application scope in jsp?
Explain the various scope values for <jsp:useBean> tag.
What are the main tags in jsp?
why we use jsp as view
3 Answers NCS, Scope International,
What is jsp api?
What is the default value of session attribute in jsp?