Hi,
We are building some custom webapi's and are trying to get rid of the System.web dependencies, much like we do with all Razor templates.
I looked at some recent threads such as https://doc.dynamicweb.com/forum/development/development/dynamicweb-api-adding-custom-api-to-swagger-list and at the time we still had to use System.Web for
System.Web.HttpContext.Current.SetSessionStateBehavior(System.Web.SessionState.SessionStateBehavior.Required);
Is there another way to do that now?
Best Regards,
Nuno Aguiar