SignalR cookies not sent from client
I have a cookie which is sent from the client which is used as part of my MVC web service, however now that I have integrated a hub into this application the hub doesnt get sent the cookie, whereas the mvc app does. Now after reading other similar questions (not that there are many) the cookies domain seems to be to blame, or the path is not set. Currently my system has 2 web apps, the ui and service. In my dev environment it is like so: Service http://localhost:23456/<some route> UI http://localhost:34567/<some route> So in the above example, the ui will send a query to the service, getting