Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让子域上的 HTML 页面检查用户是否登录到主域 word press。
例如:如果用户已登录,请检查 word press cookies 或其他内容,以便我可以做一个 else 声明,说明该人需要先登录主站点,然后才能查看此子域注册页面以购买订阅?
是的。
确保将 COOKIE_DOMAIN 设置为“.maindomain”,例如“.yoursite.com”,否则您将无法从子域访问它。例如,默认情况下,来自“www.yoursite.com”的 cookie 无法从“other.yoursite.com”访问。