Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gary Devenay 39 posts 245 karma points
    Aug 05, 2015 @ 10:34
    Gary Devenay
    0

    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:

    1. There are no custom trees added to the back end.
    2. I am using standard InProc session state.
    3. When logging in - I am being redirected to /umbraco#/undefined/
    4. 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.

    Gary

  • Steve Morgan 1346 posts 4453 karma points c-trib
    Aug 05, 2015 @ 12:33
    Steve Morgan
    0

    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

  • Gary Devenay 39 posts 245 karma points
    Aug 05, 2015 @ 13:23
    Gary Devenay
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft