Hi,
Im working on a web-system that uses third part cookies.
In my index.php file I inclued the entire site from a diffrent url,
somting like this:
In http://www.newsite.com's index.php i include "http://www.my_resorses.com/all files"
The reason for this is that when i want to put up a new
site i just need to do this include on all new sites, and
every time i need to update my sites I only need to do this
one time. Then i set a session so the system knows what site
the visitor is comming from.
This works fine, IF, i have my IEXplorer set to low privacy,
so it allows third part cookies, but if I set it to block
third part cookies then I can't use this, because every time
i refresh the browser it forgets the cookie or session i set.
Anyone that knows a way round this?
/Dyrwoolf