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 jsp in html?
How to create menu in jsp with example?
What is use of scriptlet tags in jsp?
How to include static files in a jsp?
Explain the
How are jsp(java server pages) better than asp(active server pages)?
Which tag should be used to pass information from jsp to include jsp?
What is a translation unit?
What is scriptlet and what is expression?
Which syntax is used to comment jsp?
What is jspinit method?
What is include directive in jsp?
How we can configure init params in jsp?
Why is jstl used?
Why do we need custom tags?