MJRichardson / RavenDbSessionStateStoreProvider

An ASP.NET session-state store-provider implementation using RavenDB for persistence.
Other
18 stars 6 forks source link

integration with already sessionstore in project #5

Closed devmondo closed 11 years ago

devmondo commented 12 years ago

hi man, this is awesome project thank you so much for it, but i have concern, i have project that already has sessions store logic based on Ayende raccon blog, and i see you have your session store to in your code, so in this way the application will have 2 session stores, is that OK ? if not how can i integrate your work with my project session store ?

thanks in advanced.