Enables or disables session state for this web method. The default is true.
[Visual Basic] Public Property EnableSession As Boolean [C#] public bool EnableSession {get; set;} [C++] public: __property bool get_EnableSession(); public: __property void set_EnableSession(bool); [JScript] public function get EnableSession() : Boolean; public function set EnableSession(Boolean);
WebMethodAttribute Class | WebMethodAttribute Members | System.Web.Services Namespace