C# Class Facebook.CookieSessionStore

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

Protected Properties

Свойство Type Description
SessionStoreKey string

Méthodes publiques

Méthode Description
CookieSessionStore ( [ httpContext, [ authContext ) : System

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

Method Details

CookieSessionStore() public méthode

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.
Résultat System

Property Details

SessionStoreKey protected_oe property

A key which is used to fetch Session from the storage.
protected string SessionStoreKey
Résultat string