I was reading the sticky session docs here https://docs.digitalocean.com/glossary/sticky-session/ and I want to configure do-loadbalancer-sticky-sessions-cookie-ttl
, but it’s unclear what the time unit is here. Is it fair to assume this is seconds not minutes?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Indeed, I believe that you are correct, this should be in seconds, as if you run
doctl compute load-balancer list
you would get the following:Mainly this part here:
cookie_ttl_seconds:0
.Hope that this helps!
Best,
Bobby