A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.umbraco.com/umbraco-cms/reference/security/cookies below:

Cookies | Umbraco CMS

Cookies | Umbraco CMS
  1. Reference
  2. Security
Cookies

Learn about the cookies required for accessing the Umbraco Backoffice and their purposes.

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.

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.

Allows a previewed page to act as a published page only on the browser which has initialized previewing.

UMB-WEBSITE-PREVIEW-ACCEPT

Client-side cookie that determines whether the user has accepted to be in Preview Mode when visiting the website.

Used to store the Umbraco software installer id.

Enables your system to check for the Umbraco software updates.

Used to store the backoffice antiforgery token validation value.

Default authentication type used for storing that 2FA is not needed on next login

Preserves the visitor's session state across page requests.

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();

builder.Services.AddSession(options =>
    {
        options.Cookie.Name = "UMB_SESSION";
        options.Cookie.HttpOnly = true;
        options.Cookie.SecurePolicy = CookieSecurePolicy.Always;
    });

For information on the rest of the cookies, see the Constants-Web.cs file on GitHub.

Last updated 3 months ago


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4