YAFLogo

Whitecow
  • Whitecow
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
I have remember me checked but when I logout and go back to the login page it does not remember my login info.

This happens in both IE and Chrome.

It seems to work in FireFox

Here is my webconfig setting.

Is this a membership provider issue?

Thanks

Sponsor
cagliostro
14 years ago
carefull if you change the machine key on a live system. Once i remember i had all accounts locked out due to passwords ...


Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
14 years ago
It would just require clearing your cookies on the browser if you changed the machine key and couldn't log in -- it doesn't effect passwords.

It's simply the key used to encrypt the authentication cookie. That's it. It needs to be consistent to have authentication work across web farms or multiple sites.

cagliostro
14 years ago
I think the machine key is also used to encrypt the password, at least in DotNetNuke i use. After changing it, you can't login.


Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
14 years ago

I think the machine key is also used to encrypt the password, at least in DotNetNuke i use. After changing it, you can't login.

cagliostro wrote:

MachineKey is not used to encrypt passwords. Here is a thread with someone with the same belief who was also corrected:

http://forums.asp.net/p/1573434/3951021.aspx 

kittyKit
  • kittyKit
  • 51.8% (Neutral)
  • YAF Forumling
13 years ago
I have the same problem as well. I tried including the Machinekey in web.config but was of not help.

http://testforum.yetanotherforum.net/  doesnt remember me as well. I user IE 9. Can anybody help?

Thantis
  • Thantis
  • 81.8% (Honored)
  • YAF Commander
13 years ago
This can be affected by how your browser settings are handled. My browser, for instance, is setup to delete all cookies/cache at the close of the program. By deleting all cookies at close I cannot use the option to remember me. Make sure your browser is not deleting the cookie.
kittyKit
  • kittyKit
  • 51.8% (Neutral)
  • YAF Forumling
13 years ago
Oh My God! I cant believe I missed this? Too bad :((

Thanks Thantis!

Thantis
  • Thantis
  • 81.8% (Honored)
  • YAF Commander
13 years ago
Not a problem, some times we over-analyze and miss things, glad I could help.