how to enable session tracking for jsp pages,if the browser
has disabled cookies?
Answer Posted / harish
using url rewriting.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of
What is difference between include directive and jsp:include action?
What is meant by session management?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is contextpath in jsp?
What are different implicit objects of jsp?
Which jsp life cycle is in correct order?
What are the elements of a jsp page?
Which tag is used to execute java source code in jsp?
What is the difference between servletcontext and pagecontext?
What is a hidden comment in jsp?
How can my application get to know when a httpsession is removed?
What are scriptlets in jsp?
How can we stop errors on display in a jsp page?
What is the difference between jsp and php?