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
How is a java object message delivered to a non-java client?
what are the activation groupworks?
Java is fully object oriented languages or not?
What modifiers may be used with an interface declaration?
What is the highest-level event class of the event-delegation model?
Can I map more than one table in a cmp?
What is permgen or permanent generation?
Which class is the immediate superclass of the menucomponent class?
What is mdb and what is the special feature of that?
What is synchronization and why is it important?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is Remote Server?
What is the difference between static and non-static with examples?
Difference between DurableSubscription and non- DurableSubscription?
Why are component architectures useful?