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 | 101 |
List of Users#
[{SessionsPlugin property='users'}]Using users for the property parameter generates an extensive list of all active sessions, like the following :
112.13.112.29, 114.119.130.110, 114.119.131.14, 114.119.133.89, 114.119.134.146, 114.119.134.64, 114.119.135.63, 114.119.137.85, 114.119.137.98, 114.119.141.206, 114.119.141.232, 114.119.142.39, 114.119.143.101, 114.119.144.55, 114.119.145.123, 114.119.149.91, 114.119.150.249, 114.119.151.153, 114.119.151.93, 114.119.152.60, 114.119.153.16, 114.119.156.77, 114.119.157.103, 114.119.157.24, 152.228.220.143, 152.228.220.143, 152.228.220.143, 18.234.202.175, 185.191.171.17, 198.20.101.106, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 212.35.216.67, 3.83.15.91, 34.227.172.62, 40.77.167.1, 40.77.167.41, 40.77.167.41, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.192.115.114, 44.202.242.132, 44.204.66.78, 44.211.249.255, 5.102.173.71, 5.255.231.145, 52.167.144.196, 52.167.144.214, 52.23.216.154, 52.233.106.132, 54.175.139.255, 54.224.214.99, 54.224.214.99, 58.219.117.25, 64.62.197.197, 64.62.197.211, 66.228.32.205, 66.249.66.145, 66.249.73.38, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 85.208.96.211, 85.208.98.19
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 :
114.119.137.98(1), 44.202.242.132(1), 114.119.134.64(1), 114.119.153.16(1), 114.119.157.24(1), 44.204.66.78(1), 114.119.141.206(1), 198.20.101.106(1), 114.119.130.110(1), 5.102.173.71(1), 114.119.150.249(1), 18.234.202.175(1), 3.83.15.91(1), 52.167.144.196(1), 114.119.137.85(1), 114.119.135.63(1), 114.119.142.39(1), 66.228.32.205(1), 114.119.134.146(1), 69.162.124.230(6), 114.119.133.89(1), 114.119.151.153(1), 64.62.197.197(1), 114.119.144.55(1), 112.13.112.29(1), 40.77.167.1(1), 54.175.139.255(1), 52.23.216.154(1), 114.119.157.103(1), 58.219.117.25(1), 114.119.156.77(1), 44.192.115.114(9), 52.167.144.214(1), 114.119.131.14(1), 114.119.151.93(1), 185.191.171.17(1), 114.119.145.123(1), 114.119.152.60(1), 40.77.167.41(2), 44.211.249.255(1), 212.35.216.67(31), 34.227.172.62(1), 66.249.66.145(1), 85.208.98.19(1), 64.62.197.211(1), 114.119.149.91(1), 5.255.231.145(1), 85.208.96.211(1), 114.119.143.101(1), 52.233.106.132(1), 66.249.73.38(1), 114.119.141.232(1), 152.228.220.143(3), 54.224.214.99(2)
See: JSPWikiCorePlugin
Category.Plugins