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

IDaoManager.SessionStore Property

Allow to set a custom session store like the HybridWebThreadSessionStore

[Visual Basic]
Property SessionStore As 
[C#]
ISessionStore SessionStore {set;}

Remarks

Set it after the configuration and before use of the IDaoManager

Example

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

See Also

IDaoManager Interface | IBatisNet.DataAccess Namespace