a System.Web.HttpApplicationState
XML Web services can use both application state and session state. Application state is maintained across all sessions accessing an XML Web service regardless of whether session state is turned off for a method(by using the WebMethodAttribute.EnableSession property of the System.Web.Services.WebMethodAttribute).