I am facing an issue where Set-Cookie:ASP.NET_SessionId is appearing twice in HTTP header response along with osVisitor & osVisit cookies in Firefox Browser for the traditional Web App.
Below Are the steps to reproduce the issue :
1. Create a Traditional Web Application.
2. Create a single page with Registered Role in new created application.
3. Run the application in Firefox Browser, you will re-direct to login screen.
4. Login in using your OutSystems creds.
5. After login, access the newly created page.
6. Inspect the page Firefox browser and navigate to Network Tab.
7. You can see the page request in Network tab and in the Header section of that request, we can find the Response Headers and see Twice cookies are showing.
This issue is happening in my all OutSystems environments from personal to production.
Please help me understand why this is happening and how to solve this issue so that only single cookie will create.
Hi Shailendra,
This seems interesting.
Hi Ravi,
Please find may response inline -
As I visited that URL, the request to Home.aspx returns with the same response (cookies showing twice in the response). But this is same behaviour in Chrome as well, not just Firefox.
Is it any different for you when you're using Chrome?
Do you have HTTPS configured already?
can you please look into the below document...There is description of same issue. I hope you will get hint from it.
https://github.com/gobuffalo/buffalo/issues/2112
Thanks,
Ajit Kurane
We had the same problem and solved it by configuring a setting in IIS.
IIS > edit default website > at the right-hand side > Configure HSTS > set max-age different from 0 e.g 86400