Copied to clipboard

Flag this post as spam?

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


  • James Costerton 24 posts 72 karma points
    Jan 12, 2012 @ 17:05
    James Costerton
    0

    MS Security Update MS11-100 (2638420)

    This update was installed on one of our webservers last night and is causing login issues on the Umbraco back-end.

    It seems that Firefox logs in ok but Chrome and Internet Explorer appear to log-in and out immediately. The trace from Fiddler shows the following URL sequence (with correct username and pw)

    302 /umbraco/login.aspx.........
    302 /umbraco/
    200 /umbraco/logout.aspx.......
    200 /umbraco/login.aspx...........

    Anyone else experiencing this?

  • awm 187 posts 376 karma points
    Jan 12, 2012 @ 17:19
    awm
    0

    Maybe it changed the permissions on the umbraco folder?

  • James Costerton 24 posts 72 karma points
    Jan 12, 2012 @ 17:28
    James Costerton
    0

    That wouldn't explain the difference in behaviour between Firefox and Chrome. I wonder if there may be an issue with the way the cookies or redirects are processed between the browsers.

  • James Costerton 24 posts 72 karma points
    Jan 12, 2012 @ 18:02
    James Costerton
    0

    It seems that Firefox receives the Set-Cookie: ASP.NET_SessionId=................... in the response from the login.aspx
    Chrome and IE only get the UMB_UCONTEXT=....... cookie.

    Not sure what this has to do with the MS11-100 update :-/

  • Jocelyn 1 post 21 karma points
    Jan 12, 2012 @ 19:17
    Jocelyn
    0

    I just happened to run across this article, and then your question when researching installing this patch.  Not sure if it applies to your issue but I'd thought I'd pass it along ...

    http://support.microsoft.com/kb/2659968

    Jocelyn

  • James Costerton 24 posts 72 karma points
    Jan 13, 2012 @ 10:09
    James Costerton
    0

    Thanks Jocelyn. I don't think we have a problem with authentication more the handling of the cookies between FF, Chrome and IE.

    Can't think of any other reason why Firefox would work but Chrome and IE not.

  • James Costerton 24 posts 72 karma points
    Jan 13, 2012 @ 10:37
    James Costerton
    0

    I've solved the issue. Not quite sure how it happenned but the Server DateTime was wrong and UserContext cookie was expiring immediately. Strangely only started occuring since the MS11-100 got installed. Maybe the forms auth cookie format changed slightly.

    Oh well, something went right on Friday 13th :-)

Please Sign in or register to post replies

Write your reply to:

Draft