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

SessionStoreFactory Class

Build a session container for a Windows or Web context. When running in the context of a web application the session object is stored in HttpContext items and has 'per request' lifetime. When running in the context of a windows application the session object is stored via CallContext.

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

System.Object
   SessionStoreFactory

[Visual Basic]
Public Class SessionStoreFactory
[C#]
public class SessionStoreFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.DataAccess.SessionStore

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

See Also

SessionStoreFactory Members | IBatisNet.DataAccess.SessionStore Namespace