$WBACTSES - active sessions

Availability
$WBACTSES is available for use with all WBSP commands.

Syntax
$WBACTSES
$WBACTSES[]

Returns
Number of active sessions.

Here's an example:

<!--
[FormFields]
wb_command=R
wb_usesessions=T
-->
<!--WB_BeginTemplate-->
<html>
<body>
There are $wbactses users on-line.
</body>
</html>
 

After running this example, the resulting page in web browser may look like this:

There are 27 users on-line.