Ninject/Umbraco Issuue: Repeatedly getting logged out a few seconds after logging in
This is a weird one - Umbraco 7.5.11 - I get logged out a few seconds after logging in.
The only way I have been able to fix this is by setting <keepUserLoggedIn> in umbracosettings to true which is non-standard config and I would prefer to get to the bottom of this.
Ninject/Umbraco Issuue: Repeatedly getting logged out a few seconds after logging in
This is a weird one - Umbraco 7.5.11 - I get logged out a few seconds after logging in.
The only way I have been able to fix this is by setting
<keepUserLoggedIn>
in umbracosettings to true which is non-standard config and I would prefer to get to the bottom of this.<umbracoTimeOutInMinutes>
is set to 20No errors logged. No js errors.
Anyone any ideas?
Jules
Okay its Ninject!
Prevented Ninject from starting and can login to backend fine.
Something wrong in my setup... I haven't done anything specific for Ninject set up. Just standard Nuget install.
Anything special I need to do to set up Ninject in Umbraco?
Jules
Found solution here. Describes the same issue...
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/79874-problem-with-using-ninject-as-ioc-container
is working on a reply...