AnonymousId
AnonymousId copied to clipboard
Middleware for ASP.NET Core to enable the tracking of anonymous users
Hi, Would be nice to add cookieless support for browser with cookies disabled. Thanks
Hello, I'm getting this error: ``` System.ArgumentNullException: Value cannot be null. Parameter name: stringToEscape at System.Uri.EscapeDataString(String stringToEscape) at Microsoft.AspNetCore.Http.Internal.ResponseCookies.Append(String key, String value, CookieOptions options) at ReturnTrue.AspNetCore.Identity.Anonymous.AnonymousIdMiddleware.HandleRequest(HttpContext httpContext) at ReturnTrue.AspNetCore.Identity.Anonymous.AnonymousIdMiddleware.d__3.MoveNext() ```...
Hi, Could you explain your work better? The code is interesting, but in the end, everything is controlled by a cookie, and it’s enough to delete it to lose the...