Skip to content

Commit 1306dbe

Browse files
ephemeral ids draft
1 parent ca333b3 commit 1306dbe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Ephemeral IDs
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 4
6+
7+
---
8+
9+
Ephemeral IDs generate a unique short-lived ID that can link behavior to a specific client instead of an IP address without relying on setting any cookies or using similar client-side storage.
10+
11+
When the same visitor interacts with Turnstile widgets from different Cloudflare customers, they receive different Ephemeral IDs for each contact. In attacks where fraudsters attempt to disguise themselves using different IP addresses, Ephemeral IDs detect abuse patterns more accurately than determining whether the visitor is a human or a bot.
12+
13+
Ephemeral IDs are not unique and have a lifespan of XX seconds/minutes. These IDs cannot be used to track a single visitor over multiple days as they change frequently.
14+
15+
Refer to the [blog post](https://blog.cloudflare.com/turnstile-ephemeral-ids-for-fraud-detection/) for more information.

0 commit comments

Comments
 (0)