DEV Community

Discussion on: What are sticky sessions and how to configure them with Istio?

Collapse
 
stephanwesten profile image
Stephan Westen

Could you do the same using cookies instead of headers using out of the box Istio?
Would is also be possible to set the max-age of the cookie for each response (!)

Thanks

Collapse
 
peterj profile image
Peter Jausovec

You could use httpCookie and ttl for the cookie, but not necessarily each response I think.