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
This allows me to do zero-downtime upgrades on a stateful service by switching the order of the upstreams.
I think it would be useful to allow configuration of a Max-Age property for the cookie to ensure that eventually a client application will use the new backend when the cookie expires.
If this is a feature that seems appropriate for the project, I would love to help contribute!
The text was updated successfully, but these errors were encountered:
It definitely makes more sense to use Max-Age over Expires since we're not trying to hardcode a specific expiration time but rather tell the cookie to refresh after X duration.
I have a service routed with the following
This allows me to do zero-downtime upgrades on a stateful service by switching the order of the upstreams.
I think it would be useful to allow configuration of a
Max-Age
property for the cookie to ensure that eventually a client application will use the new backend when the cookie expires.If this is a feature that seems appropriate for the project, I would love to help contribute!
The text was updated successfully, but these errors were encountered: