Google interview question

Is HTTP stateless?

Interview Answer

Anonymous

Feb 3, 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.