On the first link, is the suggestion to
1. Add this to my login snippet call
&rememberMeKey=`rememberme`
2. Add this to my form
<input type="hidden" id="rememberMe" name="rememberme" value="rememberme" checked="checked" />
I've tried that without success.
On the second link provided, my sites both use .htacccess to redirect any non www urls to www already
Thanks for the suggestions. I saw them earlier but was hoping there was an update.