Comments inline... -- Michael J. Ryan -- Software Developer -- Apollo Group
> -----Original Message----- > From: Brian Eaton [mailto:[EMAIL PROTECTED] > Subject: Re: cookie support > > > to set a cookie from gadgetprovider.com) or it will be available to > > all gadgets that come from renderer.mydomain.com. Or am I wrong? > > No, you're right. If you are putting important information in > gadgets, you need to keep them separate from each other by using the > locked-domain feature. This forces the gadgets to render on their own > DNS domains. > > Re: the browser cookie domain checks: we'd completely bypass those. > The gadget would get a response from the proxy server that included, > in JSON, the cookies sent with the response. The cookies would be > parsed and managed entirely in javascript. It's worth noting that you can also assign cookies to a given path as well as a domain... as an alternative to a *.mygadgetserver.com with a dns for each gadget... This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

