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
Where is jsp used?
What is tag file in jsp?
Explain the difference between servletcontext and pagecontext in jsp?
How do I create a dynamic web project?
Which tag is used to execute java source code in jsp?
Why is used in jsp?
What is the _jspservice() method?
What is the difference between jsp and thymeleaf?
Can we use javascript in jsp?
How can we use beans in jsp?
What is the difference between directive include and jsp include?
Explain handling of runtime exceptions.
What are stored procedures? How is it useful?
Can we use javascript with jsp pages?
what is the difference between jsp and servlets ?