In asp.net mvc we used to decorate controller for disabling session state by using attribute as [SessionState(System.Web.SessionState.SessionStateBehavior.Disabled)] How we can do it in core 2.0?
↧
In asp.net mvc we used to decorate controller for disabling session state by using attribute as [SessionState(System.Web.SessionState.SessionStateBehavior.Disabled)] How we can do it in core 2.0?