You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Bug Report affects these Traffic Control components:
Traffic Control Cache Config (t3c, formerly ORT)
Current behavior:
If t3c has been ran, a cookie has been stored, and then the t3c user changes, t3c will continue using the old cookie even though it's for a different user. Since cookies are refreshed on request, the old cookie will also never expire (assuming t3c is running on a semi-regular basis).
Expected behavior:
A user change to t3c should in someway invalidate the cookie if needed.
Steps to reproduce:
Run t3c as a user
Change the user it runs as
Run t3c again and it uses the old cookie
This Bug Report affects these Traffic Control components:
t3c, formerly ORT)Current behavior:
If t3c has been ran, a cookie has been stored, and then the t3c user changes, t3c will continue using the old cookie even though it's for a different user. Since cookies are refreshed on request, the old cookie will also never expire (assuming t3c is running on a semi-regular basis).
Expected behavior:
A user change to t3c should in someway invalidate the cookie if needed.
Steps to reproduce:
Run t3c as a user
Change the user it runs as
Run t3c again and it uses the old cookie