Shannon -jj Behrens wrote:
> > The question is: How can i make the check for cookies in the original
> > domain instead of the domain that the user is in on.
You can't make it check for cookies in another domain
and you also can't set a cookie in another domain.
Both of these are disallowed by the browser to avoid
security compromises.
If your two domains happen to be a.foo.com and b.foo.com
then you ARE allowed to set a cookie for the entire foo.com.
Another answer may be to avoid cookies altogether (turn off
USE_COOKIES in global_settings) and just have the "sid" passed
around as a form variable.
--
Paul Chamberlain, [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]