Posted by Mike Willbanks on 05/16/05 18:57
Drakon,
> The thing is that this app will be shared by different pages (different
> domains). When I browse it from other domain (inside a frame).. It
> stops working.
Cookies can not be shared across domains. The cookie is normally set
for that domain only and the browsers will not allow other pages access
because it could be a huge security vunribility.
As for a workaround you could possibly send the current cookie to the
other page that is in another domain either by javascript or using php
and sending all of the items in the cookie with it.
This is the only thing I could see as a workaround.
Mike
[Back to original message]
|