Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET State Server provider #8

Open
olsh opened this issue Aug 30, 2018 · 2 comments
Open

ASP.NET State Server provider #8

olsh opened this issue Aug 30, 2018 · 2 comments

Comments

@olsh
Copy link
Contributor

olsh commented Aug 30, 2018

It would be nice to have a non-blocking session provider for ASP.NET State Server for cases with multiple parallel requests.
I wanted to implement the provider by myself but didn't find documentation for ASP.NET State Server API.

@Jinhuafei
Copy link
Contributor

Thanks for contacting us, @olsh . You can take a look at the OutOfProcSessionStateStore. Unfortunately, it uses P/Invoke to call some APIs in webengine4.dll which is not OSS'd yet.

@StephenMolloy
Copy link
Collaborator

I don't have time in my schedule to work on something like this. But if anybody wanted to take a stab at it, the protocol for communicating with the ASP.Net State Server is simply based on Http. https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-asp/83f6b453-c695-419c-998b-0aa50279bc40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants