I'm pretty sure that a while ago I came across a custom session-state provider that used MySQL. If you google, you should be able to find it pretty quickly. Failing that, you can write your own session state provider. There are examples on MSDN on how to do so.
HTH. On Thu, Mar 26, 2009 at 07:54, dugaldcurtis <[email protected]> wrote: > > > I am trying to switch from in-process to out-of-process sessions and would > like them to be handled by my mySql databse. Is this possible? I have not > been able to find any information relating to doing this in mono. > > I have been having problems with session data getting muddled up (a session > variable is set at login and somehow changes from one page to the next under > unusually high loads). I am hoping that an out of process session state may > combat whatever bug is causing this. > -- > View this message in context: > http://www.nabble.com/Mono-mySql-session-state---possible--tp22722542p22722542.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > -- http://www.opgenorth.net _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
