[]
Pasqualist said: Are the 94/24 hours unique logins ? I mean, if I login 10 times a day, will I be counted 10 times ? And what about users that are "always logged in" (cookie) ? Are they being counted ?[/]
Hi Pasqualist,
The U_Laston field is used in that query, so it would only count as once per user no matter how many times they logged in and out.
It gets set whenever a temporary cookie isn't found, which would indicate the start of a new session. So the only way a person would not show up for those stats, is if they have stayed loggin in _and_ haven't closed their browser. Either one will terminate the session and the Laston field will be updaded when they return.
[]What I would like to see, is a list of users that have visited my site in the last 24 hours of 7 days

[/]
I'll make a mod for it, should be pretty easy
You won't be able to know when a user has logged out or started a new session if it was previous to their current one though.
For example, if they login (start new session) and logout (terminate session) once per day for the last seven days, you will only be able to know the last time they logged in (started a new session) because there are no fields to store that info by default.
However if they logged in 7 days ago and are still using the same session and browser instance, you will know they have visited the site at least once during that length of time, or perhaps left it open the whole time in their taskbar.
To know exactly which days they viewed/surfed the forums though, there's really no way to tell unless they posted.