The following configuration settings are available for this session agent:
- Display Name values are displayed in TMS, which is the recommended method for configuring session agents.
- Name values are displayed in
TealeafCaptureSocket.cfg
.
Display Name | Name | Description |
---|---|---|
Max Sessions |
MaxSessions |
Specifies the maximum number of concurrent sessions. The default value is 10000. |
PrimarySessField |
PrimarySessField |
Primary Sessioning Field. The default value is JSESSIONID . |
PrimaryMaxFieldLen |
PrimaryMaxFieldLen |
Maximum size of PrimarySessioningField in characters. |
PrimaryCaseInsensitve |
PrimaryCaseInsensitve |
When set to true , PrimarySessioningField is case-insensitive. The default value is false . |
PrimarySessFieldMaskOFF |
PrimarySessFieldMaskOFF |
This field may be used for specifying field offsets for
PrimarySessField . Offsets are 0-based. |
PrimaryAssociateSetCookie |
PrimaryAssociateSetCookie |
For situations in which the sessioning parameter is a cookie value and may get updated, this option instructs the script to search for the next occurrence of the sessioning parameter. If one is found, that value is associated with the TLTSID. |
SecondarySessField |
SecondarySessField |
Secondary Sessioning Field. The default value is JSESSIONID . |
SecondaryMaxFieldLen |
SecondaryMaxFieldLen |
Maximum size of SecondarySessioningField in characters. |
SecondarySessFieldMaskOFF |
SecondarySessFieldMaskOFF |
This field may be used for specifying field offsets for
SecondarySessField . Offsets are 0-based. |
SecondaryAssociateSetCookie |
SecondaryAssociateSetCookie |
For use when SecondarySessioningField is a cookie and changes within the session, via a set-cookie directive. |
SecondaryCaseInsensitve |
SecondaryCaseInsensitve |
When set to true , SecondarySessioningField is case-insensitive. The default value is false . |
TertiarySessField |
TertiarySessField |
Tertiary Sessioning Field. The default value is JSESSIONID . |
TertiaryMaxFieldLen |
TertiaryMaxFieldLen |
Maximum size of TertiarySessioningField in characters. |
TertiarySessFieldMaskOFF |
TertiarySessFieldMaskOFF |
This field may be used for specifying field offsets for
TertiarySessField . Offsets are 0-based. |
TertiaryAssociateSetCookie |
TertiaryAssociateSetCookie |
For use when TertiarySessioningField is a cookie and changes within the session, via a set-cookie directive. |
TertiaryCaseInsensitve |
TertiaryCaseInsensitve |
When set to true , TertiarySessioningField is case-insensitive. The default value is false . |