I have basic Umbraco 7.2.5 installation, with no back end customisation that seems to instantly log me out from the back end when I try to log in. I've checked the following things:
There are no custom trees added to the back end.
I am using standard InProc session state.
When logging in - I am being redirected to /umbraco#/undefined/
I have been able to replicate this over multiple machines for this specific solution. Some of which have previously logged in successfully.
Has anyone experienced this before? I am certain it's due to something I've done - but can't quite figure out what would cause it.
Are you using the 301 Redirect package? I had an issue where some back office URL had got in there and a redirect went skewy - can't quite remember the symptoms but that sounds familiar.
If you have that installed might be worth backing up and truncating the table and trying to log in.
It turns out it was due to me setting the GlobalConfiguration.Configuration.DependencyResolver to my custom Ninject dependency resolver, which would in turn override Umbraco's core dependency resolver.
Session immediately times out
I have basic Umbraco 7.2.5 installation, with no back end customisation that seems to instantly log me out from the back end when I try to log in. I've checked the following things:
/umbraco#/undefined/
Has anyone experienced this before? I am certain it's due to something I've done - but can't quite figure out what would cause it.
Gary
Are you using the 301 Redirect package? I had an issue where some back office URL had got in there and a redirect went skewy - can't quite remember the symptoms but that sounds familiar.
If you have that installed might be worth backing up and truncating the table and trying to log in.
Table name is: icURlTracker
It turns out it was due to me setting the
GlobalConfiguration.Configuration.DependencyResolver
to my custom Ninject dependency resolver, which would in turn override Umbraco's core dependency resolver.See this question for a solution to this issue.
is working on a reply...