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 modifiers may be used with an interface declaration?
Why a client should be multithreading? Explain.
Define the remote object implementation?
Java is fully object oriented languages or not?
What are the different methods of identifying an object?
What is the purpose of the wait() method?
what are memory considerations of jsp compares to other web components?
How primary key is implemented in Oracle?
What is the difference between long.class and long.type?
Difference between new operator and class.forname().newinstance()?
How are the elements of a borderlayout organized?
Why are component architectures useful?
Write a singleton program?
What is the difference between session and entity beans?
How would you detect a keypress in a jcombobox?