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 is scripting disabled?
What is the use of session management?
What is the use of jsp implicit objects?
What is expression tag in jsp?
What is taglib uri in jsp?
How can I implement a thread-safe jsp page?
What is jsp translation phase?
How can I prevent direct access to a jsp page from a browser?
What does jsp mean?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Can you override jspinit() method? If yes, in which cases?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
How to restrict page errors display in a JSP page?
Can you use javascript in jsp?
How does jsp engines instantiate tag handler classes instances?