A page on my asp.net website is being accessed via a re-direct from another site/domain.
That calling site/domain has already set a client cookie.
I have been asked to remove that cookie if it exists when the user completes a purchase on my site.
I know how to modify a cookie that is set by my site.
How can I expire this cookie being set before the re-direct?
I have been advised the cookie has been created to allow modification.
Thanks in advance.
That calling site/domain has already set a client cookie.
I have been asked to remove that cookie if it exists when the user completes a purchase on my site.
I know how to modify a cookie that is set by my site.
How can I expire this cookie being set before the re-direct?
I have been advised the cookie has been created to allow modification.
Thanks in advance.