Chrome cache issues

Hello,

We configured a URL for users to click on, upon boarding to set their password. When the user clicks on that page first time it works. When the user clicks on it again, it takes the user to a different page. When we try in incognito and after clearing cache it works. We updated the web.config with below settings, with no luck

    <httpCookies sameSite="Strict" /> ->     <httpCookies requireSSL="true" />

We have SSL configured on the loadbalancer so it prompts for a user for AD login when we click on LB URL. Not sure if it's related though

Any advise is appreciated

TIA