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 are the activation groupworks?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the relationship between an event-listener interface and an event-adapter class?
What is Stream Tokenizer?
Do I need to import javlang package any time? Why ?
What is meant by method chaining?
what is the use of State Factories?
How to pass parameters in RMI?
Can I have an action without a form?
How to determine SGA site?
What are the call back methods in entity bean?
What state does a thread enter when it terminates its processing?
What is TL and its use?
What are local interfaces? Describe.
What is bean? Where can it be used?