Your comments

There is unofficial support for MS SQL which we're currently running on. You have to edit the web.config file and setup the database.

<add name="SessionDatabase" connectionString="Data Source=<server name>\<instance>;Initial Catalog=<database name>;User Id=<username>;Password=<password>;Persist Security Info=False" providerName="System.Data.SqlClient" />