Skip to content

Commit ab5d89f

Browse files
authored
Merge pull request #189253 from amanmcse/patch-34
(AzureCXP) fixes MicrosoftDocs/azure-docs#88231
2 parents 4048c87 + f05a9b8 commit ab5d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/session-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Update the relying party (RP) file that initiates the user journey that you crea
241241
</UserJourneyBehaviors>
242242
```
243243

244-
We recommend that you set the value of SessionExpiryInSeconds to be a short period (1200 seconds), while the value of KeepAliveInDays can be set to a relatively long period (30 days), as shown in the following example:
244+
You set both KeepAliveInDays and SessionExpiryInSeconds so that during a sign-in, if a user enables KMSI, the KeepAliveInDays is used to set the cookies, otherwise the value specified in the SessionExpiryInSeconds parameter is used. We recommend that you set the value of SessionExpiryInSeconds to be a short period (1200 seconds), while the value of KeepAliveInDays can be set to a relatively long period (30 days), as shown in the following example:
245245

246246
```xml
247247
<RelyingParty>

0 commit comments

Comments
 (0)