SessionsPlugin

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

Parameters#

Examples#

Number of Active Wiki Sessions#

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

Total Active Sessions 109

List of Users#

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

100.26.136.130, 100.26.136.130, 102.129.130.233, 102.129.130.39, 114.119.128.143, 114.119.128.143, 114.119.128.35, 114.119.128.35, 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.187, 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.154.41, 128.140.106.114, 128.140.41.193, 13.58.199.13, 140.228.23.168, 140.228.23.54, 140.228.23.56, 146.103.10.202, 146.185.130.105, 150.109.11.222, 164.92.235.129, 167.99.247.39, 168.119.53.160, 174.138.1.15, 176.58.123.253, 178.62.210.165, 18.119.110.152, 18.119.110.152, 18.191.15.43, 18.191.158.217, 18.217.146.175, 18.220.248.77, 18.224.20.254, 18.224.20.254, 18.234.134.191, 18.97.9.100, 200.229.25.167, 216.244.66.194, 3.128.94.150, 3.128.94.150, 3.129.70.54, 3.133.113.237, 3.133.113.237, 3.133.129.118, 3.135.188.116, 3.145.177.180, 3.145.177.180, 3.16.10.2, 3.16.10.2, 3.16.10.2, 3.23.60.252, 3.93.12.5, 34.207.61.142, 35.170.53.198, 40.77.167.0, 40.77.167.0, 40.77.167.159, 43.134.176.114, 44.200.80.229, 44.201.37.194, 44.202.132.197, 44.209.187.99, 44.223.26.43, 45.89.148.105, 45.89.148.205, 45.93.184.181, 47.82.16.65, 52.167.144.187, 52.167.144.198, 52.167.144.220, 54.152.38.42, 54.174.191.5, 54.197.45.0, 54.226.136.109, 54.83.180.239, 54.83.228.171, 61.167.255.172, 66.249.70.136, 66.249.70.136, 66.249.70.136, 66.249.70.137, 66.249.70.137, 66.249.70.138, 66.249.70.138, 66.249.70.138, 66.249.70.138, 66.249.70.69, 77.75.77.54, 77.75.77.54, 78.46.190.63, 78.46.190.63, 78.46.215.1, 91.124.117.142, 93.123.109.101, 93.123.109.101


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 :

44.202.132.197(1), 200.229.25.167(1), 44.223.26.43(1), 18.191.15.43(1), 128.140.106.114(1), 114.119.145.187(7), 216.244.66.194(1), 3.129.70.54(1), 54.174.191.5(1), 54.197.45.0(1), 13.58.199.13(1), 114.119.128.143(2), 3.135.188.116(1), 54.226.136.109(1), 34.207.61.142(1), 52.167.144.198(1), 54.83.180.239(1), 45.93.184.181(1), 45.89.148.105(1), 18.97.9.100(1), 3.133.129.118(1), 91.124.117.142(1), 66.249.70.69(1), 176.58.123.253(1), 40.77.167.159(1), 47.82.16.65(1), 44.200.80.229(1), 18.191.158.217(1), 78.46.215.1(1), 43.134.176.114(1), 54.152.38.42(1), 146.185.130.105(1), 18.217.146.175(1), 40.77.167.0(2), 93.123.109.101(2), 3.93.12.5(1), 174.138.1.15(1), 77.75.77.54(2), 66.249.70.137(2), 66.249.70.136(3), 66.249.70.138(4), 178.62.210.165(1), 3.128.94.150(2), 3.23.60.252(1), 114.119.154.41(1), 35.170.53.198(1), 140.228.23.168(1), 164.92.235.129(1), 44.209.187.99(1), 114.119.140.48(4), 128.140.41.193(1), 61.167.255.172(1), 114.119.128.35(2), 44.201.37.194(1), 168.119.53.160(1), 18.220.248.77(1), 18.224.20.254(2), 45.89.148.205(1), 102.129.130.39(1), 146.103.10.202(1), 18.119.110.152(2), 114.119.149.43(2), 3.145.177.180(2), 100.26.136.130(2), 18.234.134.191(1), 167.99.247.39(1), 102.129.130.233(1), 3.133.113.237(2), 54.83.228.171(1), 114.119.145.216(3), 140.228.23.56(1), 52.167.144.187(1), 52.167.144.220(1), 78.46.190.63(2), 140.228.23.54(1), 150.109.11.222(1), 3.16.10.2(3)


See: JSPWikiCorePlugin


Category.Plugins