You can used the HybridWebThreadSessionStore ISqlMapper mapper = builder.Configure(...);
mapper.SessionStore = new HybridWebThreadSessionStore( sqlMapper.Id ); Set the custom session store once you have build the ISqlMapper and before you use it. -- Cheers, Gilles <a href="http://www.amazon.com/gp/registry/6JCP7AORB0LE">Wish List</a>

