Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Security‎ > ‎Policies‎ > ‎Policy‎ > ‎Session‎ > ‎

Types

The allowed Session Types for a given Policy.  

NOTE: If no Types are declared, for a given Policy, then ALL Types are allowed, for that Policy.

Syntax

<Types>
   <Type id="..."/>
   ...
</Types>

Arguments (for Type)

 Name Required Description Example 
 id yes One of the allowed Session Types:
  • ANON
  • USER
  • SYSTEM
 id="ANON"

Properties

None


XML Sub-Elements