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

sso server scalability #77

Closed
pramodwerea opened this issue Apr 20, 2017 · 1 comment
Closed

sso server scalability #77

pramodwerea opened this issue Apr 20, 2017 · 1 comment

Comments

@pramodwerea
Copy link

pramodwerea commented Apr 20, 2017

I have SSO server running with AWS autoscaling group with 1 instance at the moment, now if I have to make it scalable (more than 1 instance) what is the good way to do it? I see we are using linking of the session by $sid from the cache. Seems, I need to modify createCacheAdapter and to store same information outside server? What is a good solution for it?

@jasny
Copy link
Owner

jasny commented Apr 20, 2017

Overwrite the Server::createCacheAdapter() method to create a memcache adapter. Memcached is one of the engines supported by Amazon Elasticache.

@jasny jasny closed this as completed Apr 20, 2017
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

2 participants