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


Please Help Members By Posting Answers For Below Questions

What is the difference between java servlet and jsp?

491


Which tag is used for error handling in jsp pages?

463


How will you use jsp el in order to get the http method name?

500


in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.

2082


Can you explain what is jsp page life cycle?

528






What is application in jsp?

461


Show the 2 types of comments in JSP.

540


Is jsp server side scripting language?

573


What is iselignored in jsp?

499


What are the types of jstl tags?

546


Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?

565


How to connect jsp and java file?

464


Which tags are used for bean development?

476


How to send data from one page to another in jsp?

487


What are different types of comments in jsp?

489