How can I enable session tracking for jsp pages if the browser has disabled cookies?
Answer / Sandhya Pal
You can use URL rewriting or a third-party tool to maintain sessions without using cookies when the browser disables them. This technique involves encoding session IDs in the URL instead of storing them in cookies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by context initialization parameters?
How to send data from jsp to jsp?
What are the implicit, internal objects and methods on the jsp page?
Give uses of object cloning?
What is jsp standard tag library, provide some example usage?
Explain scriptlet, expression and declaration in jsp.
Why does jcomponent have add() and remove() methods but the component does not?
What is jsp expression language and what are it’s benefits?
How jsp is compiled?
Where is jsp used?
What is difference between custom jsp tags and beans?
How to delete a cookie in a jsp?