Skip to content

Commit 0c5a18c

Browse files
committed
Missed doc update.
1 parent b3e6696 commit 0c5a18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SessionStateModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you can specify one of these custom providers. You need to remove the exi
88
<modules>
99
<!-- remove the existing Session state module -->
1010
<remove name="Session" />
11-
<add name="Session" preCondition="integratedMode" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral" />
11+
<add name="Session" preCondition="integratedMode,managedHandler" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral" />
1212
</modules>
1313
</system.webServer>
1414
```

0 commit comments

Comments
 (0)