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

zebra_session could be use in AWS ALB? #43

Open
testkimid opened this issue Apr 6, 2022 · 2 comments
Open

zebra_session could be use in AWS ALB? #43

testkimid opened this issue Apr 6, 2022 · 2 comments

Comments

@testkimid
Copy link

Hi, zebra_session could be use in AWS ALB and AWS WEB Searver Auto Scaling ?
AWS ALB will be not operate in stikey session mode.

@stefangabos
Copy link
Owner

i'm sorry, i have no experience with any of those

@awjudd
Copy link

awjudd commented Oct 10, 2022

I believe that it should be able to be used in conjunction with the ALB. If you set a sticky session on your ALB, then it will automatically create a cookie with the specific server you were connecting to, therefore making it so you always return to that server (when the load balancer sees it). This package will write a session that is stored in the database instead of local file system making it so that even without persistent/sticky session it's available to any servers that reference it.

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

No branches or pull requests

3 participants