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 87

List of Users#

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

103.131.71.18, 107.20.224.184, 107.20.25.33, 107.21.189.60, 113.223.213.100, 116.179.32.29, 119.28.101.45, 120.41.219.52, 123.27.211.82, 123.6.49.50, 124.239.12.155, 124.239.12.34, 13.220.180.160, 146.174.161.88, 146.174.173.219, 146.174.190.92, 150.109.12.53, 152.53.14.97, 162.142.125.212, 162.243.187.246, 162.62.213.187, 171.116.145.122, 171.116.46.93, 172.56.166.133, 179.165.1.113, 18.206.253.45, 18.207.79.144, 18.208.182.18, 18.97.9.169, 183.160.195.164, 183.93.83.144, 188.226.151.63, 192.63.96.94, 192.81.211.125, 200.196.36.182, 202.76.163.167, 216.73.216.19, 216.73.216.19, 216.73.216.19, 220.181.108.105, 27.115.124.70, 3.215.59.93, 3.235.106.106, 3.236.250.4, 3.237.198.8, 3.237.242.254, 3.87.37.182, 34.192.67.98, 34.205.63.18, 34.205.63.18, 34.217.64.181, 34.230.124.21, 34.231.118.144, 35.92.38.207, 40.77.167.158, 40.77.167.30, 40.77.167.77, 44.197.114.169, 44.201.101.158, 44.217.255.167, 44.249.170.194, 45.55.49.188, 45.55.49.188, 49.13.134.145, 49.13.164.148, 49.13.24.81, 49.13.24.81, 52.167.144.156, 52.167.144.174, 52.167.144.179, 52.201.155.215, 54.203.177.207, 54.225.52.250, 54.82.112.219, 54.83.56.1, 59.61.184.189, 66.249.65.104, 66.249.73.102, 66.249.73.103, 70.44.94.2, 78.46.190.63, 78.46.190.63, 79.124.58.198, 82.1.21.234, 95.85.26.87, 97.189.207.14, brushed


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 :

107.20.25.33(1), 52.201.155.215(1), 54.225.52.250(1), 3.237.242.254(1), 82.1.21.234(1), brushed(1), 34.230.124.21(1), 113.223.213.100(1), 44.197.114.169(1), 123.6.49.50(1), 70.44.94.2(1), 162.243.187.246(1), 216.73.216.19(3), 54.82.112.219(1), 54.203.177.207(1), 52.167.144.156(1), 107.21.189.60(1), 18.206.253.45(1), 171.116.145.122(1), 188.226.151.63(1), 3.235.106.106(1), 119.28.101.45(1), 152.53.14.97(1), 120.41.219.52(1), 79.124.58.198(1), 116.179.32.29(1), 171.116.46.93(1), 202.76.163.167(1), 3.87.37.182(1), 162.62.213.187(1), 103.131.71.18(1), 34.217.64.181(1), 35.92.38.207(1), 59.61.184.189(1), 40.77.167.77(1), 40.77.167.158(1), 44.201.101.158(1), 3.237.198.8(1), 40.77.167.30(1), 27.115.124.70(1), 44.249.170.194(1), 146.174.173.219(1), 220.181.108.105(1), 49.13.24.81(2), 97.189.207.14(1), 183.93.83.144(1), 124.239.12.34(1), 146.174.161.88(1), 66.249.65.104(1), 52.167.144.179(1), 45.55.49.188(2), 66.249.73.103(1), 66.249.73.102(1), 192.63.96.94(1), 179.165.1.113(1), 3.236.250.4(1), 124.239.12.155(1), 34.231.118.144(1), 107.20.224.184(1), 52.167.144.174(1), 192.81.211.125(1), 49.13.164.148(1), 123.27.211.82(1), 18.97.9.169(1), 49.13.134.145(1), 183.160.195.164(1), 18.207.79.144(1), 162.142.125.212(1), 172.56.166.133(1), 146.174.190.92(1), 34.205.63.18(2), 44.217.255.167(1), 200.196.36.182(1), 34.192.67.98(1), 3.215.59.93(1), 150.109.12.53(1), 18.208.182.18(1), 95.85.26.87(1), 78.46.190.63(2), 13.220.180.160(1), 54.83.56.1(1)


See: JSPWikiCorePlugin


Category.Plugins