This document provides an introduction and overview of stateful web services. It begins with background chapters on web services, SOAP, WSDL, and related concepts. It then discusses the problem of state management in web services, as they are inherently stateless. The need for stateful web services in applications requiring user sessions is explained. The document presents a generalized logical model for maintaining state in web services using techniques like tokens associated with resources. It addresses issues like security and session lifetime that arise in stateful web services.