adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2309