[Mono-devel-list] web.config session state
Garthfield Carter
garth at webconexion.net
Tue Sep 7 18:46:02 EDT 2004
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040907/5f9fb3bd/attachment.html
More information about the Mono-devel-list
mailing list