I have a Rails application that uses ActiveRecordStore for sessions. I need a PHP application running on a subdomain to share the session.
I have updated the environment to allow session cookies to be accessed across subdomains, but I don't know what the php application will have to do to access the session data. Please could someone help me out with the next steps?
Thanks in advance