How to get session in Jsp other than session object?
Answer Posted / gitesh_31in
1)Url Rewritting
2)Cookies
3)Hidden Filed
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is jstl (jsp standard tag library)?
What are the ways to insert java code into jsp page?
What do you know about jsp tags?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is jstl core tags?
What is the difference between jsp and thymeleaf?
What is the jsp:plugin action ?
What is jsp and its architecture?
What is the
Can we use jsp implicit objects in a method defined in jsp declaration?
How can we disable el?
Explain client and server side validation?
When will container initialize multiple jsp/servlet objects?
What does jstl mean?
Why should we not configure jsp standard tags in web.xml?