how to enable session tracking for jsp pages,if the browser
has disabled cookies?

Answers were Sorted based on User's Feedback



how to enable session tracking for jsp pages,if the browser has disabled cookies?..

Answer / harish

using url rewriting.

Is This Answer Correct ?    9 Yes 0 No

how to enable session tracking for jsp pages,if the browser has disabled cookies?..

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

Post New Answer

More JSP Interview Questions

What is jsp usebean?

0 Answers  


What are the two ways to include the result of another page?

0 Answers  


Why don’t we need to configure jsp standard tags in web.xml?

0 Answers  


Is jsp front end or backend?

0 Answers  


How does jsp engines instantiate tag handler classes instances?

0 Answers  






What do jsp literals consist of?

0 Answers  


Is jsp better than servlet?

0 Answers  


What is jsp and its uses?

0 Answers  


Define Static Block.

0 Answers  


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

0 Answers  


How can information from one JSP be passed to another JSP?

0 Answers  


Which tags are used for bean development?

0 Answers  


Categories