C# Class SimpleSocialAuth.MVC3.CurrentContextSession

Uses HttpContext.Current to get the session. Use CurrentContextSession.Instance to access this class
Inheritance: ISessionStorage
ファイルを表示 Open project: rafek/SimpleSocialAuth

Public Methods

Method Description
Load ( string key ) : object
Store ( string key, object value ) : void

Private Methods

Method Description
CurrentContextSession ( ) : System.Web

Singleton

Method Details

Load() public method

public Load ( string key ) : object
key string
return object

Store() public method

public Store ( string key, object value ) : void
key string
value object
return void