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
What is a class loader?
What is abstract schema?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What are the sequence of steps to write pub or sub model kind of application?
How primary key is implemented in Oracle?
What are the difference between RMI and CORBA?
What are the services in RMI ?
Why is actionform a base class rather than an interface?
What is the difference between the string and stringbuffer classes?
wahts is mean by dynavalidatorform in struts/
Why are component architectures useful?
What are the call back methods in entity bean?
Explain what is synchronization?
What is ioc concept?
What is a class loader? What are the different class loaders used by jvm?