Skip to content

Commit ef22b1b

Browse files
fundamentals callout
1 parent 34d3aab commit ef22b1b

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
pcx_content_type: reference
33
title: Cloudflare Cookies
4-
54
---
65

7-
import { Render } from "~/components"
6+
import { Render } from "~/components";
87

98
Cloudflare uses various cookies to maximize network resources, manage traffic, and protect our customers’ sites from malicious traffic.
109

@@ -26,7 +25,7 @@ The `__cflb` cookie allows Cloudflare to return an end user to the same customer
2625
Currently Cloudflare only supports Session Affinity in "orange-cloud" (proxied) mode.
2726
:::
2827

29-
### \_\_cf\_bm cookie for Cloudflare bot products
28+
### \_\_cf_bm cookie for Cloudflare bot products
3029

3130
Cloudflare's [bot products](/bots/) identify and mitigate automated traffic to protect your site from bad bots. Cloudflare places the `__cf_bm` cookie on end-user devices that access customer sites protected by Bot Management or Bot Fight Mode. The `__cf_bm` cookie is necessary for these bot solutions to function properly.
3231

@@ -42,19 +41,26 @@ Bot Management is available to Enterprise customers as an add-on service. Contac
4241

4342
### \_\_cfseq cookie for Cloudflare bot products
4443

45-
<Render file="sequence-rules" product="bots" params={{ one: "Sequence rules", two: "/bots/additional-configurations/sequence-rules/" }} />
44+
<Render
45+
file="sequence-rules"
46+
product="bots"
47+
params={{
48+
one: "Sequence rules",
49+
two: "/bots/additional-configurations/sequence-rules/",
50+
}}
51+
/>
4652

4753
### cf_clearance cookie for Cloudflare bot products
4854

4955
The `cf_clearance` cookie is required for [JavaScript detections](/bots/additional-configurations/javascript-detections/). JavaScript detections are stored in the `cf_clearance` cookie.
5056

51-
### cf\_ob\_info and cf\_use\_ob cookie for Cloudflare Always Online
57+
### cf_ob_info and cf_use_ob cookie for Cloudflare Always Online
5258

5359
The `cf_ob_info` cookie provides information on:
5460

55-
* The HTTP Status Code returned by the origin web server
56-
* The Ray ID of the original failed request
57-
* The data center serving the traffic
61+
- The HTTP Status Code returned by the origin web server
62+
- The Ray ID of the original failed request
63+
- The data center serving the traffic
5864

5965
The `cf_use_ob` cookie informs Cloudflare to fetch the requested resource from the Always Online cache on the designated port. Applicable values are: 0, 80, and 443. The `cf_ob_info` and `cf_use_ob` cookies are persistent cookies that expire after 30 seconds.
6066

@@ -85,8 +91,10 @@ The table below shows additional cookies used by the Challenge Platform.
8591

8692
:::caution
8793

88-
8994
If your website is not [using HTTPS](/ssl/edge-certificates/encrypt-visitor-traffic/), you may experience issues with the [`cf_clearance` cookie](/waf/troubleshooting/samesite-cookie-interaction/#known-issues-with-samesite-and-cf_clearance-cookies).
9095

91-
9296
:::
97+
98+
### Access cookies
99+
100+
To review Access cookies and their behavior, refer to [Access cookies](/cloudflare-one/identity/authorization-cookie/#access-cookies).

0 commit comments

Comments
 (0)