Clients

A collection of Client Elements

INFORMATION: Properties defined at this level will be pushed to the all of the defined Clients. Any Property can be added at this level. There are a number of required and optional INTERNAL Properties that need to be defined (see section below).

Syntax


<Clients>
   <Properties>
      <Property name="openptk.cookie.name" value="%{cookie.name}"/>
   </Properties>
   <Client ...>
   </Client>
   ...
</Clients>

Arguments

None


Properties


 Name  Required  Description  Example
 openptk.cookie.name  no  The name of the HTTP Cookie that will contain OpenPTK session information.  value="OPENPTKSESSION"