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

What is the differences between the jsp custom tags and java beans?

0 Answers  


What are the primary differences between the jsp custom tags and java beans?

0 Answers  


Give an example of using your own tags.

0 Answers  


What is client side technology?

0 Answers  


Why jsp is faster than servlet?

0 Answers  






What are the different types scripting elements in jsp?

0 Answers  


What are scripting elements?

0 Answers  


How can html output be prevented from being cached?

0 Answers  


How do I use sendredirect?

0 Answers  


How do you delete the session data?

0 Answers  


What are request and response objects?

0 Answers  


Explain the various scope values for tag.

0 Answers  


Categories