explain session tracking. why we used it

Answer Posted / neha

Session is a series of request from a single
client.Actually HTML is a stateless protocol which means it
does not save any data exchanged between client and server.
Hence to store this data, or maintain a record session
tracking is used.
THis can be achieved through
url rewriting
cookies
hidden form field
using httpsession

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe, in general, how java's garbage collector works?

783


Difference between DurableSubscription and non- DurableSubscription?

1962


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

2012


What is JTS?

2103


What is permgen or permanent generation?

808


What is ripple effect?

875


What is the relationship between an event-listener interface and an event-adapter class?

824


What is threadfactory?

885


Do I have to use jsps with my application?

786


Why doesn’t the focus feature on the tag work in every circumstance?

801


Is “abc” a primitive value?

858


What is TL and its use?

2235


What is the difference between RMI registry and OS Agent?

905


Where can I find seam examples and documentation?

861


What is a session? Can you share a session object between different theads?

788