[Mono-devel-list] web.config session state

Gert Driesen gert.driesen at pandora.be
Tue Sep 7 23:55:33 EDT 2004


Garthfield,

To my knowledge, both Mono 1.x and MS.NET 1.x only support SQL Server as 
backend database to store session state in.

This will change in MS.NET 2.0 (and Mono 2.x ?).

Gert
----- Original Message ----- 
From: "Garthfield Carter" <garth at webconexion.net>
To: "Mono Development" <mono-devel-list at lists.ximian.com>
Sent: Wednesday, September 08, 2004 12:46 AM
Subject: [Mono-devel-list] web.config session state


Has the database session state been built into Mono? I want to store session 
information in a MySQL database nicely defined in the web.config file. I 
can't seem to find any information on the web.

e.g. this sort of thing:

<?xml version="1.0" encoding="utf-8" ?>
<system.web>
.
.
<sessionState>
    mode="SqlServer"
    cookieless="true"
    timeout="60"
    stateConnectionString="tcpip=127.0.0.1:3306"
    sqlConnectionString="data source=127.0.0.1;user id=sa;password="
/>
.
.
</system.web>

Garthfield 




More information about the Mono-devel-list mailing list