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.