function drupal_session_count in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/unstable/memcache-session.inc \drupal_session_count()
Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both. Would be insane slow with memcached as we would need to retrieve at least the stats of all object. Not implemented.
File
- modules/
memcache/ unstable/ memcache-session.inc, line 199
Code
function drupal_session_count($timestamp = 0, $anonymous = true) {
}