Skip to content

Commit 7bd6aeb

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-59: Fixed broken link
1 parent 57a4cb9 commit 7bd6aeb

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed
Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
3-
4-
---
5-
61
# Cookies
72

83
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
127
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.
138

149
| Name | Purpose | Expiration |
15-
|----------------------------|-------------------------------------------------------------------------------------------------------------------|------------|
16-
| UMB_PREVIEW | Allows a previewed page to act as a published page only on the browser which has initialized previewing. | Session |
10+
| -------------------------- | ----------------------------------------------------------------------------------------------------------------- | ---------- |
11+
| UMB\_PREVIEW | Allows a previewed page to act as a published page only on the browser which has initialized previewing. | Session |
1712
| 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 |
2015
| UMB-XSRF-V | Used to store the backoffice antiforgery token validation value. | Session |
2116
| UMB-XSRF-TOKEN | Set for angular to pass in to the header value for "X-UMB-XSRF-TOKEN" | Session |
2217
| 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 |
2419

2520
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();`
2621

@@ -33,4 +28,4 @@ services.AddSession(options =>
3328
});
3429
```
3530

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

Comments
 (0)