> > In summary, I need to have single-sign-on access across multiple websites, > each website optionally running with its own full domain (not sub-domain). > > A single web2py app is already taking care of everything, except the > cross-domain session/auth. >
Got it. I'm just curious why it has to be a single app running multiple websites, yet the same user is logged in across all the websites? I can see having a single user needing to access multiple websites that are separate apps, or having different groups of users accessing different versions of a website driven by a single app, but this case seems unusual. Anthony

