1

I've got two apps running on different domains. Those Rails 3.2 applications are using exactly the same user database and same authentication gem (Devise).

Is it possible to share session between those two apps? I tried to setup Application.config.secret_token into same values, but without success.

4

1 回答 1

1

由于您的应用程序除了数据库之外不共享堆栈的任何其他部分,我认为这将是一个不错的起点。看看这篇关于如何实现这一点的帖子。

于 2013-07-25T11:25:54.160 回答