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

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -