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
Is jsp page extensible true false?
What is jstl used for?
How many tags are provided in jstl?
How can we stop errors on display in a jsp page?
What does jstl mean?
Which jsp lifecycle methods can be overridden?
How is jsp used in the mvc model?
Explain the jsp life cycle?
What will happen if iselignored attribute is set as false?
What is jsp translation phase?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
How to pass information from jsp to included jsp?
What is the purpose of creating custom tags?
How run jsp program in netbeans?
How do I create a dynamic web project?