AnonymousId icon indicating copy to clipboard operation
AnonymousId copied to clipboard

Middleware for ASP.NET Core to enable the tracking of anonymous users

Results 4 AnonymousId issues
Sort by recently updated
recently updated
newest added

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() ```...

Is this compatible with .net core 2.0?

question

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...