explain session tracking. why we used it

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1769


What is the infobus?

620


What is threadfactory?

623


What is the relationship between an event-listener interface and an event-adapter class?

565


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1568






What is the difference between long.class and long.type?

578


How database connectivity in XML is achieved?

1775


Why do I get a duplicate name error when loading a jar file?

552


Explain the different types of memory used by jvm?

618


What is a session? Can you share a session object between different theads?

562


Is the ternary operator written x : y ? Z or x ? Y : z ?

645


What are the call back methods in entity bean?

573


What are local interfaces? Describe.

707


Is the infobus client side only?

623


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

597