how to enable session tracking for jsp pages,if the browser
has disabled cookies?
Answers were Sorted based on User's Feedback
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 |
When destroy method of jsp is called?
Why jsp is used instead of html?
What are the advantages and disadvantages of thread-safe jsp page?
Is jsp page extensible true false?
What is taglib uri in jsp?
Give an example where you need jsp custom tag?
What are the jsp standard actions?
What are context initialization parameters?
what type of question will be asked in the interview in this software field?????///
How to get value from java to jsp page?
What do you mean by custom tag in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?