Umbraco 7.4.3 back office after 30 sec or 1 minute timeout the session and bring me back to login.
I have created a website in Umbraco. It was working fine on my local environment but now I have uploaded it to live server and it's annoying me by giving errors sometimes and on above all it automatically signing me out after 30 seconds or 1 minute. Can you please help me in this regards??
Please check your web.config for umbracoTimeOutInMinutes and see what it is set to.
This is the documentation that Umbraco has on this setting:
umbracoTimeOutInMinutes
Configures the number of minutes without any requests being made before the Umbraco user will be required to re-login. Any backoffice request will reset the clock. Default setting is 20 minutes.
Umbraco 7.4.3 back office after 30 sec or 1 minute timeout the session and bring me back to login.
I have created a website in Umbraco. It was working fine on my local environment but now I have uploaded it to live server and it's annoying me by giving errors sometimes and on above all it automatically signing me out after 30 seconds or 1 minute. Can you please help me in this regards??
Major issue is sign out.
Regards, Fahad
Hi Fahad
Please check your web.config for umbracoTimeOutInMinutes and see what it is set to.
This is the documentation that Umbraco has on this setting:
umbracoTimeOutInMinutes
Configures the number of minutes without any requests being made before the Umbraco user will be required to re-login. Any backoffice request will reset the clock. Default setting is 20 minutes.
Hope this helps
Hi Fahad,
You may also want to check your umbracoSettings.config file, make sure keepUserLoggedIn is set to true.
B.
is working on a reply...