Copied to clipboard

Flag this post as spam?

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


  • Tom Holland 283 posts 40 karma points
    Aug 03, 2009 @ 17:54
    Tom Holland
    0

    v4 and Forms Authentication change???

    Is there a change in version 4 with the utilization of the FormsAuthenticationTicket? I have integrated InstantForums with our site which uses Forms Authentication. Since switching to umb 4, this integration has broken.

    In examining the forms cookie, I notice that value stored in the ticket for the name is the same as my Umbraco user names where it should be (for my forum to work), the forum's user name.

    Am I correct that there is a change in the use of the FormsAuthenticationTicket?

     

    Thanks,

    Tom

  • Tom Holland 283 posts 40 karma points
    Aug 03, 2009 @ 19:33
    Tom Holland
    1

    Found my own answer:

    umbraco.cms.businesslogic.member.AddMemberToCache sets a formauth cookie

    FormsAuthentication.SetAuthCookie(m.LoginName, false);

    Version 3 didn't do this...

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 03, 2009 @ 20:51
    Richard Soeteman
    1

    Hi Tom,

    Version 4 uses a normal ASP.Net Membership provider now, so yes it's changed,

Please Sign in or register to post replies

Write your reply to:

Draft