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

Explain the difference between servlet and jsp?

547


What are jsp el implicit objects and how it’s different from jsp implicit objects?

523


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

498


What is jsp translation phase?

486


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

507






What is scripting elements in jsp?

514


What is jsp scriptlet tag used for?

500


What is the use of 'out' implicit object?

499


Why is used in jsp?

496


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

575


What is scriptlet tag in jsp?

498


What is expression language in jsp?

542


What is a expression?

534


How do I perform browser redirection from a jsp page?

504


Explain client and server side validation?

512