Displays information about active wiki sessions.

This plugin is a [JSPWikiCorePlugin] available since version 2.3.84.!! Parameters
*__property__ = __'''users | distinctUsers'''__ \\ This parameter is optional.

!! Examples! Number of Active Wiki Sessionsa

{{{
[{SessionsPlugin}]
}}}
When using the plugin without any parameters, it generates a number as shown below:

|__Total Active Sessions__| [{SessionsPlugin}]

----

! List of Users

{{{
[{SessionsPlugin property='users'}]
}}}
Using ''user'' for the property parameter generates an extensive list of all active sessions, like the following :

[{SessionsPlugin property='users'}]

----

! List of Distinct Users

__NOTE:__ This example won't work correctly until the this site is using version 2.5.32 or later. The current version running on this site is [{$jspwikiversion}].

{{{
[{SessionsPlugin property='distinctUsers'}]
}}}
Using ''distinctUsers'' for the property parameter generates a list of sessions whereby duplicates are only shown once followed by a counter, like the following :

[{SessionsPlugin property='distinctUsers'}]
----

Back to [JSPWikiPlugins].