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 handle?

0 Answers  


Define aop(assepct oriented programing)?

0 Answers  


What is a modular application?

0 Answers  


What is thread deadlock? How to resolve thread deadlock?

3 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,






How to determine SGA site?

0 Answers   Wipro,


What classes of exceptions may be caught by a catch clause?

0 Answers  


Can you control when passivation occurs?

0 Answers  


What restrictions are placed on the location of a package statement within a source code file?

0 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


What value does readline() return when it has reached the end of a file?

0 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


Categories