ez.no / exponential / documentation / reference / data fetching / user / logged_in_count
fetch( 'user', 'logged_in_count' )
| Name | Type | Description | Required |
|---|
The number of currently logged-in users.
Counts the number of logged-in users and returns that count.
A user is considered active if the last access time is less than the activity timeout, the default is 1 hour and can be configured in site.ini ( ActivityTimeout).
There are {fetch( 'user', 'logged_in_count' )} active users.
Comments