Is there a way to get all ONLINE (logged in) users in asp.net core 3.1
I didn't find anything that solves my problem on the internet.
Thank you!
Is there a way to get all ONLINE (logged in) users in asp.net core 3.1
I didn't find anything that solves my problem on the internet.
Thank you!
You should add some static collection to your Startup class and add user there when he is logged in and remove it when the user is logged out.
More details refer this: How Get logged in users list (online users) in Asp.Net Core 1