Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sticky session support #97

Merged
merged 11 commits into from
Dec 8, 2017
Merged

Add sticky session support #97

merged 11 commits into from
Dec 8, 2017

Conversation

juliens
Copy link
Member

@juliens juliens commented Nov 10, 2017

cherry-picked from https://github.com/containous/oxy

related to: #79 and containous#4

Owen Marshall and others added 11 commits November 23, 2017 15:56
Sticky sessions are set through an HTTP cookie.
If the cookie:
    * is not present, use the next server & set that as sticky
    * is present,
        * but is no longer valid, use the next server & set that as
          sticky
        * and valid, use that server without advancing .next.
layer 7, that is... layer 8 is something different (https://en.wikipedia.org/wiki/Layer_8)
@emilevauge emilevauge merged commit 856ab51 into vulcand:master Dec 8, 2017
@ldez ldez deleted the sticky branch February 5, 2018 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants