explain session tracking. why we used it
Answers were Sorted based on User's Feedback
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 |
Answer / neha
Session is a series of request from a single
client.Actually HTML is a stateless protocol which means it
does not save any data exchanged between client and server.
Hence to store this data, or maintain a record session
tracking is used.
THis can be achieved through
url rewriting
cookies
hidden form field
using httpsession
| Is This Answer Correct ? | 6 Yes | 0 No |
What are the oops concept?
Why use POJO when I can use hashmap
What is UniCastRemoteObject and what is its use in RMI?
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.
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
Difference between sleep and suspend?
Is jvm a overhead?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Can a thread be a member of another thread?
How would you detect a keypress in a jcombobox?
What’s jboss cache in short?