explain session tracking. why we used it

Answers were Sorted based on User's Feedback



explain session tracking. why we used it..

Answer / 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

explain session tracking. why we used it..

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

explain session tracking. why we used it..

Answer / avadhut_07

theorytical

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Advanced Java Interview Questions

what is disadvantage of thread?

3 Answers   HCL,


hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?

19 Answers  


What is the difference between the session.update() method and the session.lock() method?

0 Answers  


What is the relationship between the canvas class and the graphics class?

0 Answers  


In HashTable I am storing null value..then what is the error it will show

2 Answers   GM General Motors,






What is ioc concept?

0 Answers  


list the types of dialodg

1 Answers   Wipro,


What is the purpose of the notifyall() method?

0 Answers  


What are the services in RMI ?

0 Answers  


For which statements does it make sense to use a label?

0 Answers  


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


Categories