Classes

  ClassDescription
CallSessionContext
Provides a current session for each CallContext. Not recommended for .NET 2.0 web applications.
CurrentSessionContext
Extends the contract defined by ICurrentSessionContext by providing methods to bind and unbind sessions to the current context.
ManagedWebSessionContext
Provides a current session for each HttpContext. Works only with Web Applications.
MapBasedSessionContext
ThreadStaticSessionContext
Provides a current session for each thread using the [ThreadStaticAttribute]. To avoid if there are two session factories in the same thread.
WebSessionContext
Provides a current session for each HttpContext. Works only with web applications.

Interfaces

  InterfaceDescription
ICurrentSessionContext
Defines the contract for implementations which know how to scope the notion of a current session.