The Web is Stateless
-
each GET or POST request from a Web browser to the Web server is independent of the other
-
unlike client-server database connections, no concept of a session between a Web browser and Web server
-
no persistence of data between successive GET or POST requests from the same Web browser
|