Can I share a cookie between multiple domains pointing to the same Rails app?

Posted by Newy on Stack Overflow See other posts from Stack Overflow or by Newy
Published on 2010-06-10T10:19:04Z Indexed on 2010/06/10 10:22 UTC
Read the original article Hit count: 178

Filed under:

I have x.com pointing to apple.y.com, and separately, also one.y.com and two.y.com. I want the user who visits either x.com, one.y.com or two.y.com to share the same sessions. Is this possible? If not, what's the best compromise?

© Stack Overflow or respective owner

Related posts about ruby-on-rails