Login issue on MS edge

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi, I found my nopCommerce(3.9) cannot login on MS edge, I think login must be tested on edge, so I'm not sure if this issue related to my environments.

The login function is ok on Chrome(60.0.3112.113), IE(11.540.15063.0).
Edge Version: Microsoft Edge 40.15063.0.0
System Version: Windows 10 15063.540

I debug the code with below location:
Location-A: FormsAuthenticationService -> SignIn --> (_cachedCustomer = customer)
Location-B: WebWorkContext --> CurrentCustomer --> (customer = _authenticationService.GetAuthenticatedCustomer())

After Location-A(Login), on MS edge, location-B(CurrentCustomer) can get the customer entity for the first time, then at the second time to get CurrentCustomer, _cachedCustomer change to null, I'm curious the reason but I cannot found any solution.
6 years ago
Can you repeoduce it on our demo site?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.