Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / data / machine.config
index 16e6f0198e8eb8552e9abeef97e221b97c2fb4a9..f6fc584118a3150897188a4e4640de901106f6f0 100644 (file)
@@ -19,6 +19,8 @@
                                 type="System.Web.Configuration.AuthorizationConfigHandler, System.Web" />
                        <section name="globalization"
                                 type="System.Web.Configuration.GlobalizationConfigurationHandler, System.Web" />
+                       <section name="sessionState"
+                                type="System.Web.SessionState.SessionStateSectionHandler, System.Web" />
                </sectionGroup>
        </configSections>
        <system.web>
@@ -33,6 +35,7 @@
                <httpModules>
                        <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web" />
                        <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web" />
+                       <add name="SessionStateModule" type="System.Web.SessionState.SessionStateModule, System.Web" />
                </httpModules>
                <authentication mode="Forms">
                        <forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
@@ -49,6 +52,7 @@
                                culture="en-US"
                                uiculture="en-US" />
                -->
+               <sessionState mode="InProc" />
        </system.web>
        
        <appSettings>