417 users using DBSP now!
home -> documentation -> language reference -> USERLIST tag


Description

The USERLIST tag creates a dataset with the session values of all the users that are accessing to the site.


Syntax

<#USERLIST>
  <#SESSION.PARAM1/>
  <#SESSION.PARAM1/>
<#/USERLIST>

The fields in the USERLIST dataset are conformed by:

  • Connection values. These values let you know more about the user's browser, connection and usage time. See the SESSION object documentation.
  • Authentication values. These values are the session values stored during the login phase. In other words, these values correspond to the columns selected on the SQL sentence used in the LOGIN tag.

Applications

Use the USERLIST tag to build a page that displays the current activity on the site.

Examples

Example 1. USERLIST Snippet.

This snippets shows you the usage of the USERLIST tag.

Source code