Hello guys.
i have session time out problem while using backoffice in umbraco
umbraco automaticly redirect me to login page while using backoffice.
i tryed to change the permissions and even timeout attribute in web.config but problem still remains.
Could you please try check this setting in your web.config file.
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.
<add key="umbracoTimeOutInMinutes" value="20" />
Edit: OH did not see that you have checked the umbracoTimeOutInMinutes
Session Timeout
Hello guys. i have session time out problem while using backoffice in umbraco umbraco automaticly redirect me to login page while using backoffice. i tryed to change the permissions and even timeout attribute in web.config but problem still remains.
Hi Shakib,
Could you please try check this setting in your web.config file.
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.
Edit: OH did not see that you have checked the umbracoTimeOutInMinutes
Hope this helps,
/Dennis
actually i did it but problem still remain. after less than a minute i redirect to login page
Did you managed to resolve that?
the problem was with the host provider
after changing the host provider problem solved
is working on a reply...