November 11, 2003 12:00 AM EST
What is state? You may have heard the popular phrase, "The Web is a stateless
environment." Simply put, data cannot persist across multiple page requests
to the server. By nature, each request is independent of the others.
When building Web applications, we often have a need for p... (more)