C# Class Facebook.CookieSessionStore

Stores facebook Facebook.Session information in a cookie compatible with the new Connect JS library.
Inheritance: ISessionStorage
Mostra file Open project: bbyk/graph.net

Protected Properties

Property Type Description
SessionStoreKey string

Public Methods

Method Description
CookieSessionStore ( [ httpContext, [ authContext ) : System

Initializes a new instance of CookieSessionStore class with specified HttpContext and IAuthContext

Method Details

CookieSessionStore() public method

Initializes a new instance of CookieSessionStore class with specified HttpContext and IAuthContext
either or is null.
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

Property Details

SessionStoreKey protected_oe property

A key which is used to fetch Session from the storage.
protected string SessionStoreKey
return string