0

I have two websites and both are in different domains. I want to read a cookie in web-2 which I am setting in web-1. Both the applications are written in ROR and open to code-change. This is basically required to identify a user landing to web-2 so as to know if he comes via web-1 or not.

Thanks.

Deepankar Singh
  • 662
  • 1
  • 9
  • 20

1 Answers1

0

No. Web-1 can't read a cookie from web-2. For more information refer, Share a cookie between two websites