Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Distributed Session Cache and .NET Framework 4.7

Distributed Session Cache and .NET Framework 4.7

Scheduled Pinned Locked Moved .NET (Core and Framework)
dotnetcsharpasp-netsecuritytutorial
4 Posts 3 Posters 8 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GlanePito
    wrote on last edited by
    #1

    Most of my dev work has been in .NET Core. Our organization has a Webforms monolith and we are beginning the process of conversion and chunking out into services. One of the issues we face is that the monolith uses a significant number of customizations to Forms Authentication and a customized implementation for distributed session using Redis that does not take advantage of built in APIs, because reasons. The person who understands the reasons is not with the org. For now and it works, but no one knows why they did what they did, but we do know that it's problematic for apps built in .NET Core. https://trackeasy.fun/usps/ I know that we need to convert the Forms Authentication to using a Data Protection Provider, but I am trying to find documentation for how to make sessions distributed in .NET Framework and not having much luck. In .NET Core distributed sessions is trivial. The end goal is share the authentication cookies on the domain and the user's session between applications.

    D 1 Reply Last reply
    0
    • G GlanePito

      Most of my dev work has been in .NET Core. Our organization has a Webforms monolith and we are beginning the process of conversion and chunking out into services. One of the issues we face is that the monolith uses a significant number of customizations to Forms Authentication and a customized implementation for distributed session using Redis that does not take advantage of built in APIs, because reasons. The person who understands the reasons is not with the org. For now and it works, but no one knows why they did what they did, but we do know that it's problematic for apps built in .NET Core. https://trackeasy.fun/usps/ I know that we need to convert the Forms Authentication to using a Data Protection Provider, but I am trying to find documentation for how to make sessions distributed in .NET Framework and not having much luck. In .NET Core distributed sessions is trivial. The end goal is share the authentication cookies on the domain and the user's session between applications.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      So what's with the spammy "trackeasy" link? Did you want to remove that now or wait until you get banned for spam?

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
      Dave Kreskowiak

      L 1 Reply Last reply
      0
      • D Dave Kreskowiak

        So what's with the spammy "trackeasy" link? Did you want to remove that now or wait until you get banned for spam?

        Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
        Dave Kreskowiak

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Spammer methinks.

        D 1 Reply Last reply
        0
        • L Lost User

          Spammer methinks.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Yeah, I already tagged him, but points for wrapping it in some semblance of a decent question.

          Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
          Dave Kreskowiak

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups