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
Describe, in general, how java's garbage collector works?
Difference between DurableSubscription and non- DurableSubscription?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is JTS?
What is permgen or permanent generation?
What is ripple effect?
What is the relationship between an event-listener interface and an event-adapter class?
What is threadfactory?
Do I have to use jsps with my application?
Why doesn’t the focus feature on the tag work in every circumstance?
Is “abc” a primitive value?
What is TL and its use?
What is the difference between RMI registry and OS Agent?
Where can I find seam examples and documentation?
What is a session? Can you share a session object between different theads?