Skip to content

Commit 3431727

Browse files
authored
Merge pull request #3577 from MicrosoftDocs/portals-2059288
Portals GPDR updates for cookies - issue # 1419 - 2059288
2 parents c32df46 + e0ae3cc commit 3431727

File tree

1 file changed

+17
-53
lines changed

1 file changed

+17
-53
lines changed

powerapps-docs/maker/portals/admin/portal-cookies.md

Lines changed: 17 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 03/10/2020
8+
ms.date: 10/23/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -14,59 +14,23 @@ ms.reviewer: tapanm
1414

1515
A cookie is a small file sent from the web site to visitor's device by the browser. A single web session may use multiple cookies.
1616

17-
Power Apps portals also use cookies to store information for various purposes. The following section lists and describes the cookies that Power Apps portals uses:
18-
19-
## Names and descriptions of cookies used by portals
20-
21-
#### ARRAffinity
22-
23-
Added automatically by Azure websites and ensures that requests are load balanced between different sites. Doesn't store any of user information.
24-
25-
#### ASP.Net Session Id
26-
27-
Used to maintain the session of a logged in user to avoid repeated sign-in. The cookie isn't persistent and is deleted after session closes.
28-
29-
#### Dynamics 365 Portal Analytics
30-
31-
Critical service cookie to analyze service usage anonymously and aggregated for statistical purpose.
32-
33-
#### ContextLanguageCode
34-
35-
Stores the default language of the user accessing portal within a session and across webpages. The cookie is deleted after session closes.
36-
37-
#### .AspNet.ApplicationCookie
38-
39-
Used to identify user sessions. A user session starts when a user browses portal for the first time. And ends when the session is closed. [Authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity) can be used to change session expiry time span.
40-
41-
#### __RequestVerificationToken
42-
43-
Used by the [antiforgery](https://docs.microsoft.com/dotnet/api/system.web.helpers.antiforgeryconfig.cookiename) system.
44-
45-
#### adxPreviewUnpublishedEntities
46-
47-
Holds preview **ON/OFF** mode used in classic CMS system for portal administrators.
48-
49-
#### adx-notification
50-
51-
Used in entity form actions to store alert message to be shown on redirection.
52-
53-
#### timezoneCode
54-
55-
Holds the *timezonecode* field value of *CRM timezonedefinition* entity for the current timezone.
56-
57-
#### timezoneoffset
58-
59-
Holds the [timezone difference](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset) between UTC and Local browser time.
60-
61-
#### isDSTSupport
62-
63-
Indicates whether a specified date and time falls in the range of daylight saving time.
64-
65-
#### isDSTObserved
66-
67-
Stores a value to indicate if the current moment is in daylight saving time.
17+
Power Apps portals also use cookies to store information for various purposes. The following table describes the cookies that Power Apps portals uses, and their lifetime.
18+
19+
| Cookie name | Description | Lifetime |
20+
| - | - | - |
21+
| __RequestVerificationToken | Used by the [antiforgery](https://docs.microsoft.com/dotnet/api/system.web.helpers.antiforgeryconfig.cookiename) system. | Session |
22+
| .AspNet.ApplicationCookie | Used to identify user sessions. A user session starts when a user browses portal for the first time. And ends when the session is closed. [Authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity) can be used to change session expiry time span. | Session |
23+
| adxPreviewUnpublishedEntities | Stores preview **ON/OFF** mode used in classic CMS system for portal administrators. | Session |
24+
| adx-notification | Used in entity form actions to store alert message to be shown on redirection. | Session |
25+
| ARRAffinity | Added automatically by Azure websites and ensures that requests are load balanced between different sites. Doesn't store any of user information. | Session |
26+
| ASP.NET_SessionId | Used to maintain the session of a logged in user to avoid repeated sign-in. | Session |
27+
| ContextLanguageCode | Stores the default language of the user accessing portal within a session and across webpages. The cookie is deleted after session closes. | Session |
28+
| Dynamics365PortalAnalytics | Critical service cookie to analyze service usage anonymously and aggregated for statistical purpose. | 90 days |
29+
| isDSTObserved | Stores a value to indicate if the current moment is in daylight saving time. | Session |
30+
| isDSTSupport | Indicates whether a specified date and time falls in the range of daylight saving time. | Session |
31+
| timeZoneCode | Stores the *timezonecode* field value of *CRM timezonedefinition* entity for the current timezone. | Session |
32+
| timezoneoffset | Stores the [timezone difference](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset) between UTC and Local browser time. | Session |
6833

6934
### See also
7035

7136
[Cookie authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity#cookie-authentication-site-settings)
72-

0 commit comments

Comments
 (0)