Store does not recognize authenticated over SSL and requireSSL="true"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hello,

I have installed and enabled SSL. In the web.config, enabled requireSSL="true" in authentication module.

    <authentication mode="Forms">
      <forms name="NOPCOMMERCE.AUTH" loginUrl="~/login" protection="All" timeout="43200" path="/" requireSSL="true" slidingExpiration="true" />
    </authentication>

Issue:
after signing in and navigating away from any SSL pages, the website doesn't recognize that I am authenticated anymore. For example, it shows "Sign in" link instead of sign-out and the nop-templates shopping cart is empty until I navigate back to the SSL pages.

Your help is appreciated.


Thank you,
8 years ago
Hi.
Try to look at this topic: https://www.nopcommerce.com/boards/t/14775/getting-logged-out-in-few-seconds.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.