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
Why do we use expression language in jsp?
Which tags are used for bean development?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What are request and response objects?
Which is better jsp or javascript?
How can I override the jspdestroy() method within a jsp page?
Which one is correct order of phases in jsp life cycle?
What is jstl (jsp standard tag library)?
Which package does jsp api consist of?
What are the three tags used in jsp bean development?
What is the requirement of a tag library?
difference betwwn 16 bit and 32 bit
how can i add properties in dynamic text fields using .js file?
How can we use beans in jsp?
Mention the implicit objects in a jsp.