Skip to content

Server Side Session SQL Database #98

Closed Answered by caboodal
caboodal asked this question in IdentityServer
Discussion options

You must be logged in to vote

I realized that my cookie in both apps had the same name due to the code being shared between both apps!!

  .AddCookie("Cookies", options =>
  {
      options.Cookie.Name = "mycookiename";
  }

I've now given each app it's own name and everything is working as it should, sorry nothing to do with Duende!

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AndersAbel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants