Changes between Version 1 and Version 2 of Ticket #36317
- Timestamp:
- 03/24/2016 02:15:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36317 – Description
v1 v2 1 Right now, all of WordPress's cookies are prefixed with the same `wordpress` namespace. A problem arises with `advanced-cache.php` caching solutions that load before ` default-constants.php` is included, where the cookie prefix cannot be guessed.1 Right now, all of WordPress's cookies are prefixed with the same `wordpress` namespace. A problem arises with `advanced-cache.php` caching solutions that load before `wp_cookie_constants()` is called, where the cookie prefix cannot be guessed. 2 2 3 3 The current work around is to stab at each cookie individually: