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
How many tags are provided in jstl?
Why jsp is used instead of html?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
Can we override jsp service method?
What are action tags?
What are the lifecycle phases of a jsp?
What is the
Why is _jspservice () method starting with an '_'?
What is el in jsp?
Explain the various scope values for
What is jsp language?
Why do we need custom tags in jsp?
What are the jsp tag?
What is the need for jsp?
How to call java method in jsp page on button click?