Forums
-
- Forum
- Posts
-
- Installation
- 28,504
- Troubleshooting
- 62,679
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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.