Hello,
I think we need to provide a solution to a problem that frequently triggers
when doing HTTP Tests.
I'll describe at least 3 use cases :
- Very frequent :
- The need to clear cookie at some step. There is no OOTB solution.
User has to add a PostProcessor under an HTTP request to access the
CookieManager and call clear on it, issues:
- Not simple
- Why can't I access CookieManager outside of HTTP Sampler ?
- Sometimes I don't want to do that as part of an HTTP Request call
- In relation to first query, if you're using Client Certificate
Authentication, clearing cookies it not enought, we need to reset SSL State
- This requirement:
- https://bz.apache.org/bugzilla/show_bug.cgi?id=62861
Do you have ideas to provide a solution to this ?
I don't find a solution that I like, here is a proposal for 1st and Second
requirements, that does not suit me:
- Create a function that will store in JMeterVariables a flag
- The concerned components (HTTP Request) , will test this flag and do
the necessary
Any ideas ?
<https://www.openstreetmap.org/#map=18/50.69454/3.16455>