Question d’entretien chez Google

Is HTTP stateless?

Réponse à la question d'entretien

Utilisateur anonyme

3 févr. 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.