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 |
Why we use jsp instead of html?
What’s the difference between forward and sendredirect?
sample program for reading mails from inbox with file attacchments in servlet
What is the advantage of using getProperty action, as compared to the accessor method?
What's the difference between javabeans and taglib directives?
Differentiate between pagecontext.include and jsp:include?
Can we implement an interface in a jsp?
How do I set password expire time period?
What do you mean by isscriptingenabled attribute?
Is jsp front end or backend?
How does a servlet communicate with a jsp page?
what is the extended star schema