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
What are the different types of exception?
Explain the different types of memory used by jvm?
Describe responsibilities of Activator?
What are JTA/JTS and how they used by client?
Describe, in general, how java's garbage collector works?
What is RMI and what are the services in RMI?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Explain the difference between object state and behavior?
What is the relationship between an event-listener interface and an event-adapter class?
What is the difference between RMI registry and OS Agent?
What is in-memory replication?
Why use POJO when I can use hashmap
Are there books about seam?
Should synchronization primitives be used on bean methods?
What do you mean by Socket Programming?