Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
Ahh, and, in equal measure, woops.
define('COOKIE_DOMAIN', '.audreysargent.com.net');
should read
define('COOKIE_DOMAIN', '.audreysargent.com');
That .net
meant that the cookie could not be set. Sorry.