This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 40 lines
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].