How can I enable session tracking for jsp pages if the browser has disabled cookies?



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

Post New Answer

More JSP Interview Questions

What do you mean by context initialization parameters?

1 Answers  


How to send data from jsp to jsp?

1 Answers  


What are the implicit, internal objects and methods on the jsp page?

1 Answers  


Give uses of object cloning?

1 Answers  


What is jsp standard tag library, provide some example usage?

1 Answers  


Explain scriptlet, expression and declaration in jsp.

1 Answers  


Why does jcomponent have add() and remove() methods but the component does not?

1 Answers  


What is jsp expression language and what are it’s benefits?

1 Answers  


How jsp is compiled?

1 Answers  


Where is jsp used?

1 Answers  


What is difference between custom jsp tags and beans?

1 Answers  


How to delete a cookie in a jsp?

1 Answers  


Categories