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
How messaging services are done, before release of JMS?
how i secure my site with the https protocol.what are the steps?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the design considerations while making a choice between using interface and abstract class?
Is the session factory thread safe?
what is handle?
What is threadfactory?
How are commas used in the intialization and iteration parts of a for statement?
Are there books about seam?
What are callback interfaces?
What is the argument type of a programs main() method?
What is the purpose of the finally clause of a try-catch-finally statement?
what are the advantages of JTA over JTS?
What is Stream Tokenizer?
What is the difference between the string and stringbuffer classes?