cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible we could monitor or trace all the cookies for any application ?

rohit_sharma
Guide

I need to monitor the cookie for all the users for an application which shall show me if the cookie was dropped at the server end or a load balancer end. Is it possible to monitor or trace them ?

 

Regards

Rohit Sharma

 

1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

You can accually, but not in thay way you think. Cookie is just header in requests, so you can configure Request Attribute based on request header with name "Cookie". You will see string that contains all cookies (if they are not too long). Then you can based on this information create dedicated request attributes based on cookies.

Sebastian


Regards, Sebastian

Featured Posts