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?

heroku memcache ruby


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -