What is session tracking in jsp?
Answer / Umakant
Session tracking in JSP refers to the ability of a JSP page to store information about a user across multiple requests. It allows a JSP application to maintain state between requests by creating and managing HTTP sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is request getcontextpath ()?
Explain various implicit objects in expression language.
What is the most needed for STRUTS ?
What are scripting elements?
What are JSP scripting elements?
What is jsp translation phase?
Which tag is used to execute java source code in jsp?
How to send data from jsp to jsp?
Can you use javascript in jsp?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is application in jsp?
How do you delete a cookie within a jsp?