When recording using the JMeter proxy (v2.6) against an https site we are seeing cookie names truncated in the browser.
Specifically, all cookies that start with 'secure' get the word 'secure' truncated. Example: During recording, when the site sets a cookie named 'secure_token', the cookie that shows up in the browser is '_token' We tested this with another cookie 'secure_test_cookie', again, the browser ends up with a cookie called '_test_cookie'. Other cookie names seem unaffected. This only happens when recording through the JMeter proxy. Normal site operation stores the correct cookie name. Any thoughts from anyone on this weird behavior?
