Skip to content

Instantly share code, notes, and snippets.

@gjhuerte
Created August 9, 2018 07:14
Show Gist options
  • Save gjhuerte/6c8ca621d6f489429116fb29a90ad355 to your computer and use it in GitHub Desktop.
Save gjhuerte/6c8ca621d6f489429116fb29a90ad355 to your computer and use it in GitHub Desktop.
Wordpress blocked cookies fix
Add the following lines to config/applications.php
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment