We are continuously facing this time out error and unable to login to Umbraco portal.
We were able to login this morning, but since past 2-3 hours we are getting logged out saying session timed out.
Also we are getting the below error
Failed to load resource: the server responded with a status of 401 (Unauthorized)
did the Umbraco backoffice administrator changed security settings for this particular user? Because it seams to be that you are not authorized to view the Content section of Umbraco.
Does this also happen when you go to other sections like Media or Developer which you normally have access to?
We have not changed any settings from backoffice.
We just deployed a new change to our application which was working in all other non-prod environments and not in prod.
The changes with same deployment still works on non-prod envs along with Umbraco.
2018-04-04 12:18:10,940 [14] INFO Umbraco.Core.Security.UmbracoMembershipProviderBase - [P800/T22/D3] Login attempt succeeded for username XXXXXX from IP address XX.XX.XX.XX
2018-04-04 12:18:10,955 [14] INFO Umbraco.Web.Security.WebSecurity - [P800/T22/D3] User Id: 30 logged in
2018-04-04 12:24:06,223 [14] ERROR Umbraco.Core.UmbracoApplicationBase - [P800/T22/D3] An unhandled exception occurred
System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic operation.
at System.Web.Security.Cryptography.HomogenizingCryptoServiceWrapper.HomogenizeErrors(Func`2 func, Byte[] input)
at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)
at Umbraco.Core.StringExtensions.DecryptWithMachineKey(String value)
at Umbraco.Web.Mvc.RenderRouteHandler.GetFormInfo(RequestContext requestContext)
at Umbraco.Web.Mvc.RenderRouteHandler.GetHandlerForRoute(RequestContext requestContext, PublishedContentRequest publishedContentRequest)
at System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context)
at Umbraco.Web.UmbracoModule.ProcessRequest(HttpContextBase httpContext)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Could you please go through and investigate it for us.
We tried that too as per suggestions on some other posts on this portal.
Still the situation is same.
There is no machine key defined in web.config.
Also the thing is, it sometimes logs us in and after some seconds of navigation on Umbraco portal it again logs us out and redirects us back to login page with the same error saying Session timed out. Log in below.
We have reverted the changes on production to the previous version and its working fine, but for further deployments we would still like to know a solution on this faced issue.
Umbraco 7.2.8 - Session timed out. Log in below
This is a PRODUCTION ISSUE.
We are continuously facing this time out error and unable to login to Umbraco portal. We were able to login this morning, but since past 2-3 hours we are getting logged out saying session timed out.
Also we are getting the below error Failed to load resource: the server responded with a status of 401 (Unauthorized)
URL : umbraco/backoffice/UmbracoApi/Dashboard/GetDashboard?section=content
Could you please help or suggest?
Refer attached screenshots .
Hi Arif,
did the Umbraco backoffice administrator changed security settings for this particular user? Because it seams to be that you are not authorized to view the Content section of Umbraco.
Does this also happen when you go to other sections like Media or Developer which you normally have access to?
Hope this helps!
/Michaël
Hi Michael,
We have not changed any settings from backoffice. We just deployed a new change to our application which was working in all other non-prod environments and not in prod. The changes with same deployment still works on non-prod envs along with Umbraco.
Thanks,
Arif B
Hi Arif,
can you test with another user to see if its only that particular user that has problems?
/Michaël
Hi Michael,
We tried with 2-3 of our umbraco users. no luck.
Thanks,
Arif B
2018-04-04 12:18:10,940 [14] INFO Umbraco.Core.Security.UmbracoMembershipProviderBase - [P800/T22/D3] Login attempt succeeded for username XXXXXX from IP address XX.XX.XX.XX
2018-04-04 12:18:10,955 [14] INFO Umbraco.Web.Security.WebSecurity - [P800/T22/D3] User Id: 30 logged in
2018-04-04 12:24:06,223 [14] ERROR Umbraco.Core.UmbracoApplicationBase - [P800/T22/D3] An unhandled exception occurred System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic operation. at System.Web.Security.Cryptography.HomogenizingCryptoServiceWrapper.HomogenizeErrors(Func`2 func, Byte[] input) at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket) at Umbraco.Core.StringExtensions.DecryptWithMachineKey(String value) at Umbraco.Web.Mvc.RenderRouteHandler.GetFormInfo(RequestContext requestContext) at Umbraco.Web.Mvc.RenderRouteHandler.GetHandlerForRoute(RequestContext requestContext, PublishedContentRequest publishedContentRequest) at System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) at Umbraco.Web.UmbracoModule.ProcessRequest(HttpContextBase httpContext) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Could you please go through and investigate it for us.
Thanks,
Arif B
Hi Arif,
is it possible to clear all of your browser cookies and test again?
Also did you define a machine key in the web.config or ist this missing?
Thanks!
/Michaël
Hi Michael,
We tried that too as per suggestions on some other posts on this portal. Still the situation is same.
There is no machine key defined in web.config.
Also the thing is, it sometimes logs us in and after some seconds of navigation on Umbraco portal it again logs us out and redirects us back to login page with the same error saying Session timed out. Log in below.
Thanks,
Arif B
Hi Michael,
Is there any contact number or Skype call option available at your end, so that we can speed things up. much appreciated if possible.
Thanks,
Arif B.
Hi Michael,
We have reverted the changes on production to the previous version and its working fine, but for further deployments we would still like to know a solution on this faced issue.
Could you please help us out here.
Thanks,
Arif B
Hi Arif,
can't you do a check between the 2 versions to see any differences? Now its kind of hard to know what could be the cause of this.
Thanks!
/Michaël
Hi Michael,
Which 2 Versions are you suggesting to compare ?
We have compared version of Umbraco which same i.e. 7.2.8.
Thanks,
Arif B.
is working on a reply...