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
The cookies listed in this article are required only for accessing the Backoffice. You can include these in your own cookie policy, if you wish.
@@ -12,15 +7,15 @@ The cookies listed in this article are required only for accessing the Backoffic
12
7
The below cookies are necessary for accessing the Umbraco Backoffice and functioning of the website. They allow you to enjoy the contents and services you request.
|UMB\_PREVIEW| Allows a previewed page to act as a published page only on the browser which has initialized previewing. | Session |
17
12
| UMB-WEBSITE-PREVIEW-ACCEPT | Client-side cookie that determines whether the user has accepted to be in Preview Mode when visiting the website. | Session |
18
-
|umb_installId | Used to store the Umbraco software installer id. | Session |
19
-
|UMB_UPDCHK | Enables your system to check for the Umbraco software updates. | Session |
13
+
|umb\_installId| Used to store the Umbraco software installer id. | Session |
14
+
|UMB\_UPDCHK| Enables your system to check for the Umbraco software updates. | Session |
20
15
| UMB-XSRF-V | Used to store the backoffice antiforgery token validation value. | Session |
21
16
| UMB-XSRF-TOKEN | Set for angular to pass in to the header value for "X-UMB-XSRF-TOKEN" | Session |
22
17
| TwoFactorRememberBrowser | Default authentication type used for storing that 2FA is not needed on next login | Session |
23
-
|UMB_SESSION | Preserves the visitor's session state across page requests. | Session |
18
+
|UMB\_SESSION| Preserves the visitor's session state across page requests. | Session |
24
19
25
20
The `UMB_SESSION` cookie is secure if you are using HTTPS pages. However, if you wish to secure the cookie in your code, add the following in the `Program.cs` file after `Build();`
26
21
@@ -33,4 +28,4 @@ services.AddSession(options =>
33
28
});
34
29
```
35
30
36
-
For information on the rest of the cookies, see the [Constants-Web.cs](https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Core/Constants-Web.cs) file on GitHub.
31
+
For information on the rest of the cookies, see the [Constants-Web.cs](https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Core/Constants-Web.cs) file on GitHub.
0 commit comments