Data Sessioning
The DNCA can be configured to create a session id for each hit that is based on cookies injected into the request. When enabled, you can configure the request section and field information that is containing the session identifier.
- The cookie on which to session must be unique and persist for each hit in a session.
- Property
- Description
Field Name
- The name of the cookie on which you want to sessionize. Accepted
values include
jsessionid
andaspsessionid
.- To sessionize on multiple cookies, you can insert multiple delimited
values in this field. Accepted delimiters are comma (
,
) or semi-colon (;
)
- To sessionize on multiple cookies, you can insert multiple delimited
values in this field. Accepted delimiters are comma (
Field Section
- You can use this field to specify the section of the request in
which to look for the
Field Name
. If this value is not specified, then the entire request is searched for the field, and the first occurrence is used. Field Offsets
- You to sessionize on a specific part of the session cookie, as
specified by
Field Name
. For example, if your cookie value is 32 characters long, setting the value to0 15
sessionizes on the first 16 characters. This feature is useful if the session cookie is appended with a static string:. jsessionid=<unique keystuff here>mycookie;