Sticky sessions

Hey,
I was looking into using sticky session option but most of my clients are using Authorization Code Flow.
That means there are two request, one is C2B and one is B2B.
So how does a sticky session should work that way?
After the first request from the C2B I lose the cookie because the second request from the B2B doesnt have it.