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 the steps for creating custom tags in jsp?
What is translation phase?
Why are jsp pages the preferred api for creating a web-based client program?
How do I include static files within a jsp page?
List the various action tags used in jsp.
How do I set password expire time period?
Is jsp server side scripting language?
What is the <jsp:usebean> standard action?
What is scriptlet and what is expression?
How do you pass control from one jsp page to another?
What is jsp action tags?
What is jsp syntax?