ruby on rails - Is it possible to share cookies between two different apps? -


i have 2 separate apps ( still share same database ), in 1 beta experience. curious if possible using cookie_store share session data between them. since database connected, possibly use that?

for example, how can share session cookie data other app if switch between apps, yet still stay logged in?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -