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
How can html output be prevented from being cached?
Show the 2 types of comments in JSP.
What do you know about pagecontext and what are the advantages of using it?
What is the jspdestroy() method?
How does jsp engines instantiate tag handler classes instances?
Can we use javascript in jsp?
What is jspinit method?
Why jsp is faster than servlet?
Why is jsp used for?
When will container initialize multiple jsp/servlet objects?
How to use jsp el to get http method name?
What is content type in jsp?
What is difference between jsp and jstl?
Is jsp used?
Can a jsp page process html form data?