Window.open() forgets previous window name after reload/postback

I am facing an issue with chrome for a single user where window.open() in js does not remembers the window name and creates another window when page posts back(razor pages c#). This issue does not occur with any other user or other browser for the same user. Is there a chrome flag or setting that affects its behaviour.

I checked the popup settings and they were fine. It works fine on other browsers (Edge). Issue is only on chrome. Manually, running window.open in the browser remembers window name before page refresh but forgets and opens another popup with the same name if page is refreshed.