ruby - Sharing devise session between two rails apps -


i've got 2 apps running on different domains. rails 3.2 applications using same user database , same authentication gem (devise).

is possible share session between 2 apps? tried setup application.config.secret_token same values, without success.

since apps don't share other parts of stack database think nice place start. take @ this post how achieve that.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -