Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,777
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,986
- 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.