ajax - mvc 2: filtering online vs offline users -


I understand that I can show online users using AJAX. For example, if the user is online or offline for the last 5 minutes or 15 minutes, etc. then I can find and display.

How do I filter users online vs offline?

Or how can I make users offline from 5 minutes, 10 minutes, 15 minutes etc ??

Since this argument will be in Ajax, can I filter against Ajax results? Use

, it will show you who is online then you can use AXX in a web method You can.


Comments