The stateless state

In general, "state" refers to information about the conditions of program execution-runtime data stored in memory. "State" is a key concern of Web applications, as HTTP and its derivatives are intrinsically stateless. Clear thinking about how data persists across retrievals, sessions, processes, and other boundaries can help you improve your Web applications.

0
Syndicate content