One of the great features of Magento is the ability to have several domains but with the ability to have the shopping cart contents consistent across each website. Thus reducing the need for customers to repeat the checkout process for each domain.
My question is how is this achieved from a programmer's point of view? How is the session/cookie/whatever it is able to work across different domains?
Thank you