From ae6f8032400be736ea5c2d031e450b6439d30f99 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Wed, 5 Feb 2025 10:44:53 -0800 Subject: [PATCH 1/2] jsd cookie fundamentals --- .../policies-compliances/cloudflare-cookies.mdx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx b/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx index 7611d71d0486c30..eb414d8e7d62560 100644 --- a/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx +++ b/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx @@ -23,11 +23,7 @@ When enabling session affinity with [Cloudflare Load Balancer](/load-balancing/u The `__cflb` cookie allows Cloudflare to return an end user to the same customer origin for a specific period of time configured by the customer. This allows the end user to have a seamless experience (for example, this cookie is used for keeping an end user’s items in a shopping cart while they continue to navigate around the website). This cookie is a session cookie that lasts from several seconds up to 24 hours. :::note - - Currently Cloudflare only supports Session Affinity in "orange-cloud" (proxied) mode. - - ::: ### \_\_cf\_bm cookie for Cloudflare bot products @@ -39,11 +35,7 @@ This cookie expires after 30 minutes of continuous inactivity by the end user. T A separate `__cf_bm` cookie is generated for each site that an end user visits, as Cloudflare does not track users from site to site or from session to session. The `__cf_bm` cookie is generated independently by Cloudflare, and does not correspond to any user ID or other identifiers in a customer’s web application. :::note - - Bot Management is available to Enterprise customers as an add-on service. Contact your Cloudflare account team to enable Bot Management for your site. Non-Enterprise customers can enable [Bot Fight Mode or Super Bot Fight Mode](/bots/). - - ::: @@ -52,6 +44,10 @@ Bot Management is available to Enterprise customers as an add-on service. Contac +### cf_clearance cookie for Cloudflare bot products + +The `cf_clearance` cookie is required for JavaScript detections. JavaScript detections are stored in the `cf_clearance` cookie. + ### cf\_ob\_info and cf\_use\_ob cookie for Cloudflare Always Online The `cf_ob_info` cookie provides information on: From 343629a8988959528b2d57d601184e6ff4f77be9 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Wed, 5 Feb 2025 11:28:45 -0800 Subject: [PATCH 2/2] add link --- .../reference/policies-compliances/cloudflare-cookies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx b/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx index eb414d8e7d62560..a13788f072c618b 100644 --- a/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx +++ b/src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx @@ -46,7 +46,7 @@ Bot Management is available to Enterprise customers as an add-on service. Contac ### cf_clearance cookie for Cloudflare bot products -The `cf_clearance` cookie is required for JavaScript detections. JavaScript detections are stored in the `cf_clearance` cookie. +The `cf_clearance` cookie is required for [JavaScript detections](/bots/reference/javascript-detections/). JavaScript detections are stored in the `cf_clearance` cookie. ### cf\_ob\_info and cf\_use\_ob cookie for Cloudflare Always Online