C# Class Castle.Facilities.NHibernateIntegration.Internal.WebSessionStore

Provides an implementation of ISessionStore which relies on HttpContext. Suitable for web projects.
Inheritance: AbstractDictStackSessionStore
Mostrar archivo Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
GetDictionary ( ) : IDictionary
StoreDictionary ( IDictionary dictionary ) : void

Private Methods

Method Description
ObtainSessionContext ( ) : HttpContext

Method Details

GetDictionary() protected method

protected GetDictionary ( ) : IDictionary
return IDictionary

StoreDictionary() protected method

protected StoreDictionary ( IDictionary dictionary ) : void
dictionary IDictionary
return void