You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
I'm currently developing an ASP.NET Core 1.0 website but I've got a problem. The context is that my website is using a subdomain like sub.domain.com I set cookies on my application and it's working great.
When I go to the domain.com application, some cookies are set too.
Then, when I come back to sub.domain.com, the first cookies are still set and sent to the application but if I debug the application I see that the request context doesn't contain any cookie, nor the one I sent, nor any other one.
Do you have any idea ?
The text was updated successfully, but these errors were encountered:
I'm currently developing an ASP.NET Core 1.0 website but I've got a problem. The context is that my website is using a subdomain like sub.domain.com I set cookies on my application and it's working great.
When I go to the domain.com application, some cookies are set too.
Then, when I come back to sub.domain.com, the first cookies are still set and sent to the application but if I debug the application I see that the request context doesn't contain any cookie, nor the one I sent, nor any other one.
Do you have any idea ?
The text was updated successfully, but these errors were encountered: