How to get session in Jsp other than session object?
Answer Posted / 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 View All Answers
What is the jsp:getproperty action?
How many messaging models do jms provide for and what are they?
What class.forname will do while loading drivers?
What is jsp? Explain
How to include static files in a JSP page?
Can we use javascript in jsp?
Give an example of using your own tags.
What are jsp action tags?
What is a scriptlet in jsp and what is its syntax?
What are the literals used in jsp?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
Is jsp technology extensible?
Give the use of exception object.
How can the applets be displayed in the jsp? Explain with an example.
Can you disable the caching on the back button of a particular browser?