Hi everyone,
I hope someone can help. I have searched all over and haven't been able to find a solution that works. The "Remember Me" feature doesn't work at all. It used to work in previous versions of DNN. We are currently using 5.01.04(3). When checked and the user logs in there isn't a prompt to save the password in any browser (that popup thing that happens). Furthermore, when the user returns to the site and goes to log in, there are no saved usernames to select from. For example, user logs in with XYZ and then returns to the site and types in "X" .. there aren't any saved options to select. Also, once the username has been entered, the password field is not populated. Here are the details:
web.config settings I have:
<forms name=".DOTNETNUKE" protection="All" timeout="120" slidingExpiration="true" cookieless="UseCookies" />
<add key="PersistentCookieTimeout" value="20160" />
I checked the cookies that get set when logged in and I have the following:
I logged in on December 2, 2010 at about 10:50am
cookies created:
_utmb
expires: Thursday, December 02, 2010 11:25:29 AM
_utmz
Expires: Thursday, June 02, 2011 11:55:19 PM
_utmc
Expires: At end of session
_utma
Expires: Saturday, December 01, 2012 10:55:19 AM
language
Expires: At end of session
portalroles
Expires: Thursday, December 02, 2010 10:56:29 AM
portalaliasid
Expires: Thursday, December 02, 2010 10:56:29 AM
.DOTNETNUKE
Expires: Thursday, December 16, 2010 10:55:29 AM
authentication
Expires: At end of session
DotNetNukeAnonymous
Expires: Thursday, December 02, 2010 11:15:29 AM
.ASPXANONYMOUS
Expires: Wednesday, February 09, 2011 9:35:08 PM
Any help would be really appreciated. I'm getting grief from our users and I can't figure this out.
Thanks
Gord