C# Class Nancy.Session.KeyValueStoreSessions

Datei anzeigen Open project: csainty/Nancy.Redis

Public Methods

Method Description
Enable ( IPipelines pipelines, IKeyValueStore store ) : void
GetCookieName ( ) : string

Private Methods

Method Description
LoadSession ( NancyContext ctx, IKeyValueStore store ) : Response
SaveSession ( NancyContext ctx, IKeyValueStore store ) : void

Method Details

Enable() public static method

public static Enable ( IPipelines pipelines, IKeyValueStore store ) : void
pipelines IPipelines
store IKeyValueStore
return void

GetCookieName() public static method

public static GetCookieName ( ) : string
return string