Custom Handler (ashx) read data from session web farm
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
My team developed a custom module that makes ajax calls to a custom handler.
That handler implements IReadOnlySessionState.
We need to read data from context.Session.
In our development machine it works fine, however in a web farm cenario we can't make it work.
Session State - SqlServer
We are using dnn community edition v. 06.02.04
Can anyone help?
Thanks in advance