HI,
I am setting a cookie in Perl using http header Set-Cookie= name=value;
From this perl I am submitting a POST request to a dll which again sets some cookies using the same header as mentioned above.
At the end while reading the cookies I am not able to see the cookie I set in the beginning. The variable I used in the beginning is unique and not used again for setting any other cookie variable.
Is it because the dll replaces the cookie? If so is there any way I can avoid this?