[PR #6966] [MERGED] docs: add notes about cookie cache session revocation #23897

Closed
opened 2026-04-15 22:02:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6966
Author: @bytaesu
Created: 12/23/2025
Status: Merged
Merged: 12/25/2025
Merged by: @Bekacru

Base: canaryHead: 2025-12-24/docs/cookie-cache-session


📝 Commits (6)

  • 205cc87 docs: add notes about cookie cache session revocation
  • 1bdf259 chore(sso): allow Buffer (#6979)
  • 85160df docs: remove 'for performance'
  • fe7a2d6 Merge branch 'canary' into 2025-12-24/docs/cookie-cache-session
  • 94e64f2 Merge branch 'canary' into 2025-12-24/docs/cookie-cache-session
  • d109bf7 fix: checkout lockfile

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 docs/content/docs/concepts/session-management.mdx (+15 -0)

📄 Description

Make users aware in advance of behaviors caused by cookie caching and allow them to balance between performance and security.

Closes #6893


Summary by cubic

Added notes to Session Management docs about how cookieCache can delay session revocation across devices. Includes mitigation guidance (disable cookieCache, shorten maxAge, or use disableCookieCache for sensitive actions).

Written for commit d109bf7eff. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6966 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `2025-12-24/docs/cookie-cache-session` --- ### 📝 Commits (6) - [`205cc87`](https://github.com/better-auth/better-auth/commit/205cc87e2aba87bd7e3108282785a7cd94b20090) docs: add notes about cookie cache session revocation - [`1bdf259`](https://github.com/better-auth/better-auth/commit/1bdf2599c5d035d2fc36ad5817aed396fc3869c5) chore(sso): allow `Buffer` (#6979) - [`85160df`](https://github.com/better-auth/better-auth/commit/85160dfd3030d6ea9f6fe883987814b1effd81e1) docs: remove 'for performance' - [`fe7a2d6`](https://github.com/better-auth/better-auth/commit/fe7a2d6f4f2f034dccd79a7b8719ac34a6dab843) Merge branch 'canary' into 2025-12-24/docs/cookie-cache-session - [`94e64f2`](https://github.com/better-auth/better-auth/commit/94e64f238c70581c397df499c4f4069a06ec2c79) Merge branch 'canary' into 2025-12-24/docs/cookie-cache-session - [`d109bf7`](https://github.com/better-auth/better-auth/commit/d109bf7effb10aebdab4a964348189305056ed51) fix: checkout lockfile ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/session-management.mdx` (+15 -0) </details> ### 📄 Description Make users aware in advance of behaviors caused by cookie caching and allow them to balance between performance and security. Closes #6893 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added notes to Session Management docs about how cookieCache can delay session revocation across devices. Includes mitigation guidance (disable cookieCache, shorten maxAge, or use disableCookieCache for sensitive actions). <sup>Written for commit d109bf7effb10aebdab4a964348189305056ed51. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:02:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#23897