Property | Type | Description | |
---|---|---|---|
SessionStoreKey | string |
Method | Description | |
---|---|---|
CookieSessionStore ( [ httpContext, [ authContext ) : System |
Initializes a new instance of CookieSessionStore class with specified HttpContext and IAuthContext
|
public CookieSessionStore ( [ httpContext, [ authContext ) : System | ||
httpContext | [ | The http context the response of which is used to store the cookie with session data. |
authContext | [ | The authentication context. |
return | System |