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.