I just noticed that if UseCookies=false, html links like below are not working. When you click on the link, no action is performed!
Which obliges me to reverse SameSite=ssoLax!
But this can be a problem with Google Chrome coming updates!
Code:
<li><a href="" onclick="Action()">My action</a></li>Which obliges me to reverse SameSite=ssoLax!
But this can be a problem with Google Chrome coming updates!

