Null exception on HttpContext.Current.Request.Cookies when firing SignalR method
问题 I'm having an odd issue that I cannot seem to figure out or even understand properly. Basically I have a basic Authorisation method that fetches a security token (cookie) and compares it to the currently logged on user. When firing this from a SignalR method it throws a null exception but I know the user has security token. This works fine without SignalR. I'll provide code etc..To help understand the problem. The Architecture: Business Layer Presentation Layer //Located within the business