$session
Load a session plug-in.
Note: $session is available in the Advanced and upper Editions only.
Syntax:
$session = a session plug-in name
Explanation:
Specifies the name of session plug-in to use. For creating a plug-in, please refer to the “Session Plug-in Developer’s Guide”.
Where the function can be used:
- Regular rules
Example:
$session = com.sample.radius.proxy.RadiusAcct
Set the com.sample.radius.proxy.RadiusAcct class as a session plug-in.