explain session tracking. why we used it

Answer Posted / saroj kumar biswal

session tracking is the process of keeping session data(i.e-the data exchanged between server & client as part of httpRequest)to use these data in further pages.

If the server supports stateless protocol like:http then the server can't store the session data exchanged between server & client in earlier pages.if we use stateful protocol it will reduce performance as it takes more memory & more time.
So we can use session tracking/session handling techniques,like:
url rewritting
hidden form fields
cookies
session managed by cookies
session managed by url rewritting

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How substring() method of string class create memory leaks?

540


Will the general public have access to the infobus apis?

519


What are the different types of exception?

562


Why a component architecture for the java platform?

564


Explain the advantages and disadvantages of detached objects.

568






Is infobus easy to use?

590


Which javutil classes and interfaces support event handling?

570


What do you mean by Socket Programming?

538


Do I need to import javlang package any time? Why ?

616


What is the form of storage space in java?

1727


What are the different class loaders used by jvm?

583


What is a policy?

1760


What must a class do to implement an interface?

577


What is RMI and what are the services in RMI?

597


Where we can write Rmi registry in the code, without having to write it at the command prompt?

2245