Added by Jeff Flesher almost 10 years ago
How do you return the number of users online, I need this for a users online feature, also they need to be unique, and is there a way to find their users name if they are logged in?
Thanks
You'll need to keep track of this yourself as Wt doesn't know how to identify a particular user.
Unless you're referring specifically to Wt::Auth's user management?