asp.net web api - HttpCookie in self-host web api -
i have setup self-hosted web api serve requirements. , i'm using httpcookie hanlde users login scenario in http mode. challenge don't have access httpcontext in order retrieve users cookie in web api controllers. so, have idea face challenge? thanks.
Comments
Post a Comment