Skip to content

Commit c3f8126

Browse files
olshJinhuafei
authored andcommitted
Update Readme.md (#7)
Fixed type for aspnet:AllowConcurrentRequestsPerSession
1 parent 4dfc3cc commit c3f8126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Information on contributing to this repo is in the [Contributing Guide](CONTRIBU
2121

2222
2. appSetting *aspnet:AllowConcurrentRequestsPerSession*
2323

24-
*How to use* - Add ```<add key="aspnet:AllowConcurrentRequestsPerSession" value="[int]"/>``` into web.config under appSettings section.
24+
*How to use* - Add ```<add key="aspnet:AllowConcurrentRequestsPerSession" value="[bool]"/>``` into web.config under appSettings section.
2525

2626
*Description* - If multiple requests with same sessionid try to acquire sessionstate concurrently, asp.net only allows one request to get the sessionstate. With this setting, asp.net will allow multiple requests with same sessionid to acquire the sessionstate, but it doesn't guarantee thread safe of accessing sessionstate.
2727

@@ -78,4 +78,4 @@ Information on contributing to this repo is in the [Contributing Guide](CONTRIBU
7878

7979
11. *partitionKey* - The partition key name of the collection
8080

81-
12. *partitionNumUsedByProvider* - the number of partition can be used for sessionstate
81+
12. *partitionNumUsedByProvider* - the number of partition can be used for sessionstate

0 commit comments

Comments
 (0)