What is HTML stateless protocol? |
[Edit] |
HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.
First answer by PeteMc. Last edit by PeteMc. Contributor trust: 8 [recommend contributor]. Question popularity: 12 [recommend question]
|
Research your answer: |



