hello,
i am working in asp.net and oracle as database.
I have approximately 1000 agents in my users db, I want to know how many total agents are currently logged in portal. I want to show count of those agents like : Out of 1000 Agents 150 agents are logged in
I have log table which stores agent logged in time and logout time.
Anyway to get this output ?
Thanks in advance