Hi guys,
How can we enable anonymous identification in ASP.NET Core MVC ?
In the previous ASP.NET MVC, you can use:
<anonymousIdentification enabled="true" /> Request.AnonymousID
Hi guys,
How can we enable anonymous identification in ASP.NET Core MVC ?
In the previous ASP.NET MVC, you can use:
<anonymousIdentification enabled="true" /> Request.AnonymousID