Hi ABP Zero Support, I want to set flags of HTTPOnly and Secure for my session cookies in my ABP Zero application. Recently it has been reported by our VA/PT team that we need to set these flags in order for further proceedings in our testing. I have followed the blog post at https://aspnetzero.com/blog/http-only-cookies-in-asp.net-zero-angular-ui. But after implementing the said changes I am unable to set Tenant on login page, as it redirects again on the same page. Please note that my application is hosted as follows:
Client app : https://localhost/MYAPP Server app : https://localhost/Core
Please help me with the issue.