I have set the config section to
<authentication mode="Forms"/>
in both the api project and the client project.
I am able to access HttpContext.Current.User.Identity.Name from the client project but not the api
HttpContext.Current.User.Identity.IsAuthenticated is false when called from API but not from client project
I have no issues accessing HttpContext.Current.Session from web api project
Am I missing something?