My Umbraco 7.3.3 back-office session keeps dropping frequently. We had this issue in 7.2.8 and then we upgraded it to 7.3.3. In web.config 'umbracoTimeOutInMinutes' is set to 120 and in umbracoSettings.config 'keepUserLoggedIn' is set to true. But sometimes when we leave the umbraco back-office Idle for about 10 minutes, and then if we do any actions like Save and publish, a basic authentication popup will open up. Attached is the Umbraco and Fiddler screenshots when this is happening.
I am not specifying any authentication. It's just the Umbraco defaults. When I confronted with this issue I changed umbracoTimeOutInMinutes and keepUserLoggedIn to in order to solve it. But it is not working.
Umbraco 7.3.x keep timing out.
My Umbraco 7.3.3 back-office session keeps dropping frequently. We had this issue in 7.2.8 and then we upgraded it to 7.3.3. In web.config 'umbracoTimeOutInMinutes' is set to 120 and in umbracoSettings.config 'keepUserLoggedIn' is set to true. But sometimes when we leave the umbraco back-office Idle for about 10 minutes, and then if we do any actions like Save and publish, a basic authentication popup will open up. Attached is the Umbraco and Fiddler screenshots when this is happening.
Hi Ajmal,
Where do you specify the authentication? I don't think the timeout or keepUserLoggedIn settings are applicable for Basic Auth... (?)
/Chriztian
Hi Chriztian,
I am not specifying any authentication. It's just the Umbraco defaults. When I confronted with this issue I changed umbracoTimeOutInMinutes and keepUserLoggedIn to in order to solve it. But it is not working.
is working on a reply...