What is session tracking in jsp?



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

Post New Answer

More JSP Interview Questions

What is request getcontextpath ()?

1 Answers  


Explain various implicit objects in expression language.

1 Answers  


What is the most needed for STRUTS ?

2 Answers   Trigent,


What are scripting elements?

1 Answers  


What are JSP scripting elements?

8 Answers  


What is jsp translation phase?

1 Answers  


Which tag is used to execute java source code in jsp?

1 Answers  


How to send data from jsp to jsp?

1 Answers  


Can you use javascript in jsp?

1 Answers  


How can I prevent the output of my jsp or servlet pages from being cached by the browser?

1 Answers  


What is application in jsp?

1 Answers  


How do you delete a cookie within a jsp?

1 Answers  


Categories