Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-05-13 08:05:45 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-05-13 08:05:45 +0400
commit9aa2e854ab398c3ef0803c9fad7880a9b6bd1279 (patch)
tree8aab32c1f9e95df4e9b5eb8284e10d67ba50a534 /data
parent64ebc6935247a09872b5134b05f489e006c00293 (diff)
renamed SessionStateModule to Session
svn path=/trunk/mono/; revision=14525
Diffstat (limited to 'data')
-rw-r--r--data/machine.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/machine.config b/data/machine.config
index 77cf89a5131..7eece2e2cd6 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -44,7 +44,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" />
+ <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web" />
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">