Is it possible to share a session between my PHP app on a subdomain and my Ruby apps on my other subdomains?
I don\'t really know where to take it from here. I know
This could be solved with apps sharing the same database and with a little help of cookies.
It would be wise to store some kind of unique information of the workstation or the browser, so that stealing the session, with copying the cookie wont work.