$route.concurrent
Get the number of concurrent sessions associated with the route name.
Syntax:
$route.concurrent( routename )
Returns:
the number of concurrent sessions associated with the routename.
Version Since:
3.1
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$route.concurrent("gateway") = (.+)
Get the number of concurrent sessions under the route “gateway”.