Not sure whether this gem is still maintained, but I'm encountering an issue where the session gets propagated successfully (i.e. when the visitor arrives at the new domain he's still logged in), but the cookie on the new domain is never set. The middleware is able to extract the session data from the encrypted hash successfully, but the session data than never gets saved to a new cookie on the new domain. I assume that is something that should happen, right?
Not sure whether this gem is still maintained, but I'm encountering an issue where the session gets propagated successfully (i.e. when the visitor arrives at the new domain he's still logged in), but the cookie on the new domain is never set. The middleware is able to extract the session data from the encrypted hash successfully, but the session data than never gets saved to a new cookie on the new domain. I assume that is something that should happen, right?