Is there any way to store a cookie in a users browser when he access my website through another website?
Example:
I have website a.com
User sends a request using http://b.com and I'd like to set a cookie for http://a.com with this request.
Is it possible?