Last active
October 7, 2018 09:14
-
-
Save mgao6767/64ae027222258d181fd43b35e0018ede to your computer and use it in GitHub Desktop.
To resolve infinite login loop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* To resolve the login loop issue */ | |
define('ADMIN_COOKIE_PATH', '/'); | |
define('COOKIE_DOMAIN', ''); | |
define('COOKIEPATH', ''); | |
define('SITECOOKIEPATH', ''); | |
/* end */ | |
/* That's all, stop editing! Happy blogging. */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment