Share a cookie between two websites

前端 未结 7 675
梦谈多话
梦谈多话 2020-11-27 04:44

I have built a website (A) which logs in to and retrieves customer data from a separate web service.

The organisation that owns (A) also has a website (B) which has

7条回答
  •  难免孤独
    2020-11-27 05:28

    HttpCookie.Domain Property might help.

    Excerpt:

    MyCookie.Domain = domainName;
    

提交回复
热议问题