how to enable session tracking for jsp pages,if the browser
has disabled cookies?
Answers were Sorted based on User's Feedback
Answer / inigo
We have to use URL Rewriting for tracking sessions if
cookie is disabled..we are mentioning the session id here..
Is This Answer Correct ? | 8 Yes | 1 No |
What is the advantage of using getProperty action, as compared to the accessor method?
What is the major difference between servletcontext and pagecontext?
Which jsp method cannot be overridden?
What is the use of implicit object named "application" in Application?
Why jsp is better over static html also explain lifecycle of a jsp?
What is the difference between jsp and thymeleaf?
What is the use of pagecontext in jsp?
What are JSP Directives?
When does a container initialize multiple jsp / servlet objects?
What do jsp literals consist of?
What does jstl mean?
How can I override the jspinit() and jspdestroy() methods within a jsp page?