SupportsSessionCookies Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the user supports session cookies.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsSessionCookies As Boolean
'Usage
Dim instance As AuthenticationInfo
Dim value As Boolean
value = instance.SupportsSessionCookies
public bool SupportsSessionCookies { get; }
public:
property bool SupportsSessionCookies {
bool get ();
}
public function get SupportsSessionCookies () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the user supports session cookies; otherwise, false.
Remarks
Tracks if the user supports session cookies. Returns a true to indicate that the user supports session cookies. Returns a false to indicate that the user does not support session cookies.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.