Asp.Net core “remember me” persistent cookie not works after deploy
问题 I've built an MVC Core (Framework) application and I use Identity to login. When I click "Remember me" option all is ok on my develop machine, but after deploy on server machine, "remember me" doesn't maintain login after 30 minutes. I tried to check if cookie expiry date is set and seems to be ok, also on server machine the cookie seems well set. You can see my cookies detail in following image: Can anyone help me to solve this issue? Thanks in advance for your reply :) EDIT: As required by