Sollicitatievraag bij Google

Is HTTP stateless?

Antwoord op sollicitatievraag

Anoniem

3 feb 2011

The basic protocol is a stateless request/response protocol. You can use cookies or URI munging to create state; in javascript applications, you can also create state internally to the javascript.