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
Post a Comment