I need to display number of users currently logged in to an application.. I am using one cache to store the current number of user. And i am doing this operations, When the user logged to an application i am fetching the number of users from the cache and incrementing the value by 1 since one more user has logged in. But i am facing problem when multiple users logged at the same time.. Can any plz help me resolve this issue?
I need to display number of users currently logged in to an application..
I am using one cache to store the current number of user.
And i am doing this operations,
When the user logged to an application i am fetching the number of users from the cache and incrementing the value by 1 since one more user has logged in.
But i am facing problem when multiple users logged at the same time..
Can any plz help me resolve this issue?