Hi, I'm wondering if it's possible to have cross-domain auth in web2py (different domains pointing to the same web2py app and sharing the same cookie)?.
I believe this is not possible because cookies (web2py's session cookie) can not be shared across domains, correct?. Or is there some kind of trick I can do to accomplish this?. Thanks! Carlos

