How to get session in Jsp other than session object?

Answers were Sorted based on User's Feedback



How to get session in Jsp other than session object?..

Answer / gitesh_31in

1)Url Rewritting
2)Cookies
3)Hidden Filed

Is This Answer Correct ?    18 Yes 0 No

How to get session in Jsp other than session object?..

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

How to get session in Jsp other than session object?..

Answer / find_chaitu

HttpSession ses=null;
ses=request.getSession();
this code is placed on jsp

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More JSP Interview Questions

Explain jsp and tell its uses?

0 Answers  


How do you comment out in jsp?

0 Answers  


How does jsp engines instantiate tag handler classes instances?

0 Answers  


What do you mean by context initialization parameters?

0 Answers  


What is a expression?

0 Answers  


What are the different types scripting elements in jsp?

0 Answers  


What is jsp usebean?

0 Answers  


How do you delete a cookie within a jsp?

0 Answers  


What is the use of jsp and servlet?

0 Answers  


Explain the difference between servletcontext and pagecontext in jsp?

0 Answers  


Which implicit object is not available in normal jsp pages?

0 Answers  


What is a tag file in jsp?

0 Answers  


Categories