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 RMI architecture?

11 Answers   Infosys,


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,


What is a layout manager?

2 Answers  


Thread life cycle?

3 Answers   TCS,






what are RemoteObjects?

0 Answers   Wipro,


can any one tell me how to learn good coding techniques

3 Answers  


What is the immediate superclass of the applet class?

0 Answers  


can i call multipule form beans in Action class?

1 Answers   Wipro,


Is 'synchronised' a modifier?

2 Answers   NIIT,


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


Is the session factory thread safe?

0 Answers  


Categories