Hi.
Using arcgis server webadaptor 10.7
Windows authentication is configured as instructed in documantations.


When first accessing a secured service from web application, a windows login dialog is displayed (expected behavior) :

* the netowrk request while windows dialog invoked
Once credentials are entered, user is authorized and is able to access the service (as expected):

*The validated reponse headers after credentilas are validated

* The validated request haeders after credentilas are validated
The problem is when we close the browser (chrome Version 99.0.4844.51) and reopen it, trying to access the same service results with a 401 error in the network, and cors error in the console log:


The expected results should be -
Either the server remebers valid credentials and authorize accsess service, or invoke login dialog.
The currnet behvior is none of the above. The only way to invoke Windows login dialog is by hard-reload the browser (dev-tools must be open for that), or directly load the requested service in another browser tab and re-enter credentials in the Windows login dialog that is invoked there.
Please help. Are we missing something? Is this a known issue?