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
Name three subclasses of the component class?
Difference between DurableSubscription and non- DurableSubscription?
Is infobus easy to use?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
How are the elements of a borderlayout organized?
what is a non-repeatable read?
Can I run seam with jdk 1.4 and earlier?
What is ioc concept & explain it?
Name the eight primitive java types.
Explain about local interfaces.
Have you used threads in Servelet?
What restrictions are placed on the values of each case of a switch statement?
What’s jboss cache in short?
What are the steps to write p-to-p model application?
Can we sent objects using Sockets?