My WordPress installation appears to only like logging people in using the www. subdomain and forces the www. subdomain for most links. However I would like it so when someone logs into my site at http://www.mysite.com and mysite.com, it logs them in in both places on wordpress. Among other reasons this is because my wordpress installation is riddled with www and non-www links.
In PHP this is normally done by leaving the “domain” parameter of setcookie() empty/null or for older browsers, specifying a dot prior to the domain, IE “.mysite.com”.
Is there any way to get wordpress to perform this behavior?
You can only have one or the other.
.htaccessfiles in the root of your site.