Skip to content

Commit b9d3777

Browse files
authored
Update index.mdx
CSFR's are the actual attack. These cookies are used to prevent that type of attack
1 parent 9f57b86 commit b9d3777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ The following Access cookies are essential for core functionality and cannot be
101101
| `CF_Authorization` (cloudflareaccess.com) | JWT stored on the team domain (`<>`) to keep users logged into Access across apps | Set by customer; supports org-wide login | Yes | None |
102102
| `CF_Authorization` (customer domain) | JWT stored on the app domain that grants access to that specific app | Set by customer | Customer choice (default: No) | Customer choice (default: None) |
103103
| `CF_Binding` | Optional cookie that protects against session hijacking by binding the token to a browser instance; never sent to origin | Matches app session | Yes | None |
104-
| `CF_Session` | CSRF token used on the team domain (`cloudflareaccess.com`) | 4 hours | Yes | None |
105-
| `CF_AppSession` | CSRF token used per app domain, scoped to individual apps | 24 hours | Yes | None |
104+
| `CF_Session` | A CSRF prevention token used on the team domain (`cloudflareaccess.com`) | 4 hours | Yes | None |
105+
| `CF_AppSession` | A CSRF prevention token used per app domain, scoped to individual apps | 24 hours | Yes | None |
106106
| `CF_Device` | Device identification cookie used to maintain posture checks and tie sessions to devices, typically with WARP | Varies | Yes | Lax |
107107
| `CF_Meta_<aud>` | Metadata cookie that stores app-specific context or audience info; used internally for session management and debugging | Unknown | Yes | None |
108108

0 commit comments

Comments
 (0)