Question & Answer
Question
How do you index the Session ID request field?
Answer
Contents
Question
How do you index the Session ID request field?
Answer
Question
How do you index the Session ID request field?
Answer
The best way to index the Session ID request field is to copy it to the appdata section.? In the example you want to make the ASP.NET_SessionId searchable:
[cookies]
ASP.NET_SessionId=a17uld55dzz4oj45k7wclr4a
The idea is to use a Privacy rule to copy this Session ID to the appdata section of the request buffer.? A screen capture is attached and illustrates the configuration of such a rule: ReqSetCookieAppdata.png
The raw definition of this rule is the following one:
[CopySessionId2]
Section=cookies
Action=ReqSet
Field=ASP.NET_SessionId
Inclusive=true
ReqSetField=TL_SESSID
ReqSetSection=appdata
The result is illustrated below:
[appdata]
TL_SESSID=a17uld55dzz4oj45k7wclr4a
All fields in the appdata section are indexed consequently you are able to lookup the Session ID in the Tealeaf Portal.
[cookies]
ASP.NET_SessionId=a17uld55dzz4oj45k7wclr4a
The idea is to use a Privacy rule to copy this Session ID to the appdata section of the request buffer.? A screen capture is attached and illustrates the configuration of such a rule: ReqSetCookieAppdata.png
The raw definition of this rule is the following one:
[CopySessionId2]
Section=cookies
Action=ReqSet
Field=ASP.NET_SessionId
Inclusive=true
ReqSetField=TL_SESSID
ReqSetSection=appdata
The result is illustrated below:
[appdata]
TL_SESSID=a17uld55dzz4oj45k7wclr4a
All fields in the appdata section are indexed consequently you are able to lookup the Session ID in the Tealeaf Portal.
Article Reference
00000853
Applies to version(s): 7.x;8.x
"
[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSERNK","label":"Tealeaf Customer Experience"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"","label":""}}]
Was this topic helpful?
Document Information
Modified date:
08 December 2018
UID
ibm10777323