Share via


Session.LockCookie Property

 

Gets or sets the session lock cookies.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

public int LockCookie { get; set; }
public:
property int LockCookie {
    int get();
    void set(int value);
}
member LockCookie : int with get, set
Public Property LockCookie As Integer

Property Value

Type: System.Int32

The session lock cookies.

See Also

Session Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top