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
whats is statement and procedure
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What are the benefits of detached objects?
what are RemoteObjects?
the same information whether it will connect to the database or it will be used previous information?
What are JTA/JTS and how they used by client?
What do you know about seam?
What is the difference between system.out ,system.err and system.in?
What are the pros and cons of detached objects?
Can I have an action without a form?
What is the difference between a menuitem and a checkboxmenuitem?
What is the highest-level event class of the event-delegation model?
What are the purpose of introspection?
What is the difference between a static and a non-static inner class?
When a thread blocks on i/o?