You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/admin/portal-cookies.md
+17-53Lines changed: 17 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 03/10/2020
8
+
ms.date: 10/23/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -14,59 +14,23 @@ ms.reviewer: tapanm
14
14
15
15
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.
16
16
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 |
68
33
69
34
### See also
70
35
71
36
[Cookie authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity#cookie-authentication-site-settings)
0 commit comments