Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #36317


Ignore:
Timestamp:
03/24/2016 02:15:16 AM (9 years ago)
Author:
johnjamesjacoby
Comment:

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.
     1Right 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.
    22
    33The current work around is to stab at each cookie individually: