How to get session in Jsp other than session object?
Answer Posted / shrinath rodage
<% session.getAttribute("value"); %>
// This Signature is to get the Session id from other page
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is session setattribute?
What are context initialization parameters?
How to restrict page errors display in a JSP page?
Why jsp is used instead of html?
Is jsp server side or client side?
What is the use of jstl tags in jsp?
What is jsp technology?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What are jsp elements?
How to make a “new line in html” in jsp?
Explain the jsp:setProperty action.
write a program in javasacript to shake the window
What is tag file in jsp?
Is jsp page extensible true false?
What is jsp custom tag and what are it’s components?