Is there a built-in way to handle a cookie-based Anonymous UserId between sessions in asp.net core, or do I need to roll my own / some third part thing? Just like Request.AnonymousID did in 4.x days.
Background
I have done a bunch of searching for "Asp.net core anonymous user id" and related things, and this seems like one of those things, that I feel like there must be a great solution for - but I am just not searching for the right keywords...
I did find something in github/nuget called AnonymousID, but is is quite old and has a lot of strange dependencies, that makes me weary to install it.