I have a web application in ASP.NET 4.5.2. The application works fine in IE but in Chrome & Edge when I access the application using HTTP the ASP.NET_SessionId
cookie is not created. When I log in and click any link within the application it moves me back to the login page.
When using the HTTPS the ASP.NET_SessionId
cookie is created and the application works fine in all browsers.
I have used the fiddler and found that when it doesn't work the request header doesn't contain this cookie but for the links where it works, this cookie exits in the request header.
Please help me find the issue.
Thanks.