cookies for web api are not transmitted, everything works for mvc.
FormsAuthentication.SetAuthCookie (model.Email, true);
the request from the client is transmitted via jquery ajax
var serviceId = $('#Id').val(); $.ajax({ method: 'GET', url: '@Url.RouteUrl("DefaultApi", new { httproute = "", controller = "Number" })' + '?serviceId=' + serviceId })