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

Why do threads block on i/o?

697


Describe activation process?

2070


What class is the top of the awt event hierarchy?

590


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1743


What is the difference between the ‘font’ and ‘fontmetrics’ class?

651






In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1568


What is the purpose of the notify() method?

606


Which class is the immediate superclass of the menucomponent class?

645


Why won’t the jvm terminate when I close all the application windows?

765


we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?

1932


Difference between hashmap and hashtable?

616


What are the difference between RMI and CORBA?

623


What is metaspace?

556


Why are some of the class and element names counter-intuitive?

581


What is the highest-level event class of the event-delegation model?

582