Greetings sir,
How to Count Total visits on a page with Asp.net core
Please how can I use middleware to implement this??
Let's say a user visits AAA.com/C# counter should increase by 1, if he refreshes his browser, the counter should not with the use of cookie.
If he navigates to AAA.com/Java the counter should increment.
Thanks sir for all your good work