iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ISessionStore Interface

Provides the contract for implementors who want to store session.

For a list of all members of this type, see ISessionStore Members.

[Visual Basic]
Public Interface ISessionStore
[C#]
public interface ISessionStore

Types that implement ISessionStore

Type Description
AbstractSessionStore
CallContextSessionStore Provides an implementation of ISessionStore which relies on CallContext. This implementation will first get the current session from the current thread. Do NOT use on web scenario (web applications or web services).
HybridWebThreadSessionStore This implementation of ISessionStorewill first try to get the currentrequest, and if not found, will use a thread local.
WebSessionStore Provides an implementation of ISessionStore which relies on HttpContext. Suitable for web projects. This implementation will get the current session from the current request.

Requirements

Namespace: IBatisNet.DataMapper.SessionStore

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

ISessionStore Members | IBatisNet.DataMapper.SessionStore Namespace