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

DaoManager.SessionStore Property

Allow to set a custom session store like the HybridWebThreadSessionStore

[Visual Basic]
NotOverridable Public Property SessionStore As  _
    Implements IDaoManager.
[C#]
public ISessionStore SessionStore {set;}

Implements

IDaoManager.

Remarks

Set it after the configuration and before use of the IDaoManager

Example

daoManager.SessionStore = new HybridWebThreadSessionStore( daoManager.Id );

See Also

DaoManager Class | IBatisNet.DataAccess Namespace