Link to home
Start Free TrialLog in
Avatar of cjclayton
cjclayton

asked on

CGI App: Add cookie to another Domain

I want to add a cookie to appear at another domain.

Here is my code so far, not sure why it doesn't work, but the cookies don't appear at the new domain.

// Add cookie to current domain. THIS WORKS FINE!
with Response.Cookies.Add do begin
  Name := 'Product';
  Value := '1'
  Expires := Now + 1;
  Path := '/';
end;

// THE FOLLOWING CODE DOESN'T WORK: WHY?????
// Add the same cookie to another domain.
with Response.Cookies.Add do begin
  Name := 'Product';
  Value := '1'
  Expires := Now + 1;
  Path := '/path/';
  Domain := 'www.anotherdomain.com';
end;

Any help would be great. Thanks
ASKER CERTIFIED SOLUTION
Avatar of Motaz
Motaz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cjclayton
cjclayton

ASKER

That was my guess too - once thinking about it a bit more!
Thanks for your help.

Do you know if should I allocated the points to you or delete my questions altogether?
cjclayton,

You are putting Motaz in a awkward position with this last question, so I'll comment on it if you don't mind...
You should assign him the points, because he gave you the answer, regardless of the fact it was negative.

Also, if I may suggest, it would be wise of you to follow up on your opened questions - I looked at your question history and you have quite a bit of them.
Not following up on your questions after receiving several possible answers is a good way to have experts ignoring you on your next question. Please understand - taking time for commenting or even answering ones question, and then not receiving any response is very iritating.
Please try to avoid this pattern of behaviour, thanks.
cjclayton:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
cjclayton,
No comment has been added lately (18 days), so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area for this question:

RECOMMENDATION: Award points to Motaz http:#7134600

Please leave any comments here within 7 days.

-- Please DO NOT accept this comment as an answer ! --

Thanks,

anAKiN
EE Cleanup Volunteer