Login Page - Remember Me not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 年 前
Hi All,

I am using nop3.4 version in that login page Remember Me not working, Any suggestion / ideas.

Thanks,
Venkat.
7 年 前
Hi,

Are you getting some error or simply not receiving email?
7 年 前
Hi Opso,

Thanks for your replay,

I am using nop3.4 version in that login page Remember Me not working, Any suggestion / ideas.

When i login with checkbox checked remember me it's login everything is ok, but after some times i am checking in username text box not able to find previous login details with checked remember me details, but when i click remember me click with yes option in browser alert at that time working fine, but not working our nop3.4 stander,

I didn't get what is use of Remember me option.

Thanks,
Venkat.
7 年 前
U can try and add a machine key to your web.config
under <sytem.web>

<machineKey validationKey="B9BE75ADE0EBC3DA5A" decryptionKey="E1D2E4A8CFEAB57789D150DB" validation="SHA1" decryption="AES" />  


use the following to generate the machine key
http://www.developerfusion.com/tools/generatemachinekey/
7 年 前
Hi hezyz,

Thanks for your response,

I put like this

<system.web>
      <machineKey validationKey="930681CA8CDC1BC09118D6B37E4A1B7712CEDBBD9FA1E35407EA1CD440C7E6F2DB9E93DADAC4098F90ACC7417DBE57C196722FC67F313A6AAE0F946E2FF731B6" decryptionKey="714C9581DA522C636B2D97D80276D5ACC02C274A11ABF117C76181B0480D4AEA" validation="SHA1" decryption="AES" />
      
      <!--<sessionState mode="StateServer" cookieless="false" timeout="20" />-->
      <!--<machineKey
  validationKey="451E7B5667653D896B6FC609E06B03D9D0EDE209A0C13426DCFC401D14B49CE4D6AFE172699DCAF1FB858F06BBF07F6354F26D17A00CD543DAD4C1E41A82EAC4"
  decryptionKey="0090B99631119DD8ABDE29976442E8F171ADED13DE144DFE6CF4ADE76E13B4CD"
  validation="SHA1" decryption="AES"

/>-->

But No use.. Any other way.
I hope are you understand what i am facing problem.

Thanks,
Venkat.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.