Domanda di colloquio di Google

Is HTTP stateless?

Risposta di colloquio

Anonimo

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.