Skip to content

Share all the session keys between .NET 8 and .NET Framework MVC web app without registering keys #586

@vkvn

Description

@vkvn

Is there any way to share all the session keys between .NET 8 and .NET Framework MVC web app without registering keys.

I'm working on migrating a legacy. Net web app to .net 8 MVC. The challenge I'm facing is there are too many session variables and many of them have dynamic keys. How can I ensure the .net 8 mvc app has access to all the session variables from the .net472 mvc app without individually registering keys.

.AddJsonSessionSerializer(options =>
{
options.RegisterKey("CoreCount");
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: Triage 🔍Label added to new issues which need Triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions