Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
 IRequiresSessionState Interface
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
IRequiresSessionState Interface

Specifies that the target HTTP handler interface has read and write access to session-state values. This is a marker interface only and has no methods.

[Visual Basic]
Public Interface IRequiresSessionState
[C#]
public interface IRequiresSessionState
[C++]
public __gc __interface IRequiresSessionState
[JScript]
public interface IRequiresSessionState

Remarks

You must import this interface into your custom handlers to read and write session-state values.

Requirements

Namespace: System.Web.SessionState

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web (in System.Web.dll)

See Also

System.Web.SessionState Namespace

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker