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 diff types of exception?
Describe, in general, how java's garbage collector works?
What is the form of storage space in java?
When a thread blocks on i/o, what state does it enter?
what is meant by JRMP?
What is a modular application?
Why do threads block on i/o?
What is Remote Server?
What are the different approaches to represent an inheritance hierarchy?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Explain about local interfaces.
what are RemoteObjects?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is clustering? What are the different algorithms used for clustering?
How a component can be placed on Windows?