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

Why jsp is used instead of html?

0 Answers  


What is jsp taglib?

0 Answers  


What is jsp and why it is used?

0 Answers  


Is jsp a programming language?

0 Answers  


What is the use of jstl tags in jsp?

0 Answers  






How can we extend jsp technology?

0 Answers  


How we can configure init params in jsp?

0 Answers  


When destroy method of jsp is called?

0 Answers  


What is the resourcebundle class in jsp?

0 Answers  


What are the jsp standard actions?

0 Answers  


How can I prevent the output of my jsp or servlet pages from being cached by the browser?

0 Answers  


What is called jsp directive?

0 Answers  


Categories