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


Please Help Members By Posting Answers For Below Questions

whats is statement and procedure

1579


What is the difference between a static and a non-static inner class?

586


Explain ioc concept?

614


How many times may an objects finalize() method be invoked by the garbage collector?

665


What is clustering? What are the different algorithms used for clustering?

567






Explain about RMI Architecture?

601


What is an abstract method?

585


When a thread blocks on i/o?

556


How are the elements of a borderlayout organized?

587


Explain the different types of memory used by jvm?

596


Can I use multiple html form elements with the same name?

570


Which class is the immediate superclass of the menucomponent class?

611


Which textcomponent method is used to set a textcomponent to the read-only state?

620


What method is invoked to cause an object to begin executing as a separate thread?

563


What is aop(assepct oriented programing)?

570