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

Name three subclasses of the component class?

619


Why are my checkboxes not being set from on to off?

650


What state does a thread enter when it terminates its processing?

611


what is an isolation level?

2216


What are the benefits of detached objects?

587






What is a sessionfactory? Is it a thread-safe object?

685


Do you think that java should have had pointers?

604


What do you need to set-up a cluster with jboss?

579


What is the purpose of the notifyall() method?

613


What is the difference between session and entity beans?

581


What does module-relative mean?

581


Should synchronization primitives be used on bean methods?

556


How would you create a button with rounded edges?

564


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

638


What is the relation between the infobus and rmi?

560