The SessionsPlugin is a JSPWikiPlugin that displays information about active wiki sessions.

Parameters#

  • property = 'users | distinctUsers'
    This parameter is optional.

Examples#

Number of Active Wiki Sessions#

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

Total Active Sessions 105

List of Users#

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

106.8.131.121, 114.119.128.143, 114.119.128.143, 114.119.128.35, 114.119.134.79, 114.119.134.79, 114.119.134.79, 114.119.134.79, 114.119.140.48, 114.119.140.48, 114.119.140.48, 114.119.140.48, 114.119.145.187, 114.119.145.187, 114.119.145.187, 114.119.145.216, 114.119.145.216, 114.119.145.216, 114.119.149.43, 114.119.149.43, 114.119.149.43, 114.119.154.41, 114.119.154.41, 128.140.41.193, 128.140.41.193, 13.217.105.45, 146.185.177.156, 157.55.39.204, 157.55.39.48, 159.89.13.179, 161.35.52.28, 161.35.52.28, 167.71.10.91, 168.119.96.239, 177.87.54.4, 18.224.15.154, 188.226.149.85, 188.226.149.85, 20.171.207.151, 204.236.220.159, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 206.189.144.184, 207.46.13.141, 207.46.13.141, 207.46.13.141, 220.181.108.104, 40.77.167.157, 40.77.167.64, 40.77.167.64, 43.156.107.145, 43.163.0.23, 44.213.58.241, 47.238.13.18, 47.238.14.0, 47.238.14.0, 47.79.213.228, 49.13.164.148, 51.222.253.12, 51.222.253.6, 52.167.144.226, 52.167.144.226, 54.157.110.48, 54.160.173.113, 54.173.40.59, 54.242.221.239, 66.249.70.137, 66.249.70.137, 66.249.70.137, 66.249.70.138, 66.249.70.138, 66.249.70.99, 66.249.70.99, 66.249.70.99, 66.249.70.99, 77.75.77.54, 78.47.173.76, 78.47.98.55, 8.29.198.26, 87.250.224.35, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest, Guest


List of Distinct Users#

[{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 :

13.217.105.45(1), 106.8.131.121(1), 177.87.54.4(1), 161.35.52.28(2), 159.89.13.179(1), 51.222.253.12(1), 114.119.145.187(3), 114.119.128.143(2), 207.46.13.141(3), 40.77.167.64(2), 87.250.224.35(1), 54.157.110.48(1), 51.222.253.6(1), 157.55.39.48(1), Guest(16), 204.236.220.159(1), 47.238.14.0(2), 188.226.149.85(2), 40.77.167.157(1), 54.160.173.113(1), 43.156.107.145(1), 157.55.39.204(1), 43.163.0.23(1), 8.29.198.26(1), 220.181.108.104(1), 77.75.77.54(1), 66.249.70.137(3), 47.79.213.228(1), 66.249.70.138(2), 168.119.96.239(1), 54.173.40.59(1), 66.249.70.99(4), 114.119.154.41(2), 78.47.173.76(1), 114.119.140.48(4), 128.140.41.193(2), 114.119.128.35(1), 18.224.15.154(1), 49.13.164.148(1), 146.185.177.156(1), 54.242.221.239(1), 167.71.10.91(1), 20.171.207.151(1), 114.119.134.79(4), 114.119.149.43(3), 206.189.144.184(12), 52.167.144.226(2), 47.238.13.18(1), 114.119.145.216(3), 44.213.58.241(1), 78.47.98.55(1)


See: JSPWikiCorePlugin


Category.Plugins