how to enable session tracking for jsp pages,if the browser
has disabled cookies?
Answer Posted / 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 |
Post New Answer View All Answers
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How jsp is compiled?
What are jsp implicit objects?
What are the elements of a jsp page?
What are the life-cycle methods for a jsp?
What’s the difference between forward and sendredirect?
How does a servlet communicate with a jsp page?
What is the difference between jsp and thymeleaf?
How can I prevent the use of scripts and java code on the jsp page?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How can html output be prevented from being cached?
Can we override jsp service method?
How can my application get to know when a httpsession is removed?
Why is jsp used for?
How do I view a jsp file?