KO3 Auth 模块 - 子域

发布于 2024-11-19 14:02:56 字数 244 浏览 3 评论 0原文

我使用身份验证模块,但它仅适用于我登录的子域。例如,我的登录页面位于www.domain.tld ,并且登录后始终存在登录用户。但在 subdomain.domain.tld 上,没有。我将 Kohana_Cookie 中的属性域更改为 .domain.tld,但没有效果。

您能帮我吗?

I use Auth module, but it works only for a subdomain, where I am logging in.. For example, my login page is on www.domain.tld, and after login, there is always logged user. But on subdomain.domain.tld, there is not. I changed property domain in Kohana_Cookie to .domain.tld, but without effect..

Could you help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摘星┃星的人 2024-11-26 14:02:56

尝试将 ini_set('session.cookie_domain', '.domain.tld'); 添加到 bootstrap.php

Try adding ini_set('session.cookie_domain', '.domain.tld'); to bootstrap.php.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文