如果客户端禁用 cookie,会话还能工作吗?

发布于 2024-12-11 11:31:44 字数 252 浏览 0 评论 0原文

可能的重复:
没有 cookie 的 PHP 会话

如果客户端禁用了 cookie,会话是否可以在 PHP 中工作,如果可以,如何工作它会起作用吗?如果没有,还有什么其他方法来维护用户的状态?

Possible Duplicate:
PHP session without cookies

If client has disabled the cookies, will session work in PHP and if yes how it will work? If not, what are the other methods to maintain the state of the user?

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

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

发布评论

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

评论(1

羁拥 2024-12-18 11:31:44

会话将与附加了 sessionID 的 url 一起使用。这是维护会话的替代方法,称为 url 重写。

Session will work with url getting appended with sessionID. This is alternate to maintaining session and is called url rewriting.

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