login - rails,devise, heroku and multiple dynos -
we have application running on heroku, has multiple dynos. let's application has 2 dynos, , when user logs in, he's being served first dyno. if reason, subsequent requests served second dyno, appears not being logged in.
the way fix ( tested ) seems setting session store cookie store. has else encountered problem before?
i think didn't have other session store configured properly.
did have cache service wired in memcached or redis, each dyno shared location finding session info?
Comments
Post a Comment