如何让我的“会议”顺利进行永不过期?

发布于 2024-12-06 11:34:45 字数 228 浏览 0 评论 0原文

我正在使用 Zend 框架。

我想做类似的事情,当您不是注册用户时,只要删除所有 cookie,您就可以保留您的帐户。

我知道该会话 <> cookie,但是最好的方法是什么?

顺便说一句,我正在使用 memcached,因为我计划在前端之间共享会话。

有这方面的建议吗?因为 memcached 数据是不稳定的。

我可以需要将它们存储在数据库中吗?

I'm using Zend Framework.

I want to do something similar to SO, when you are not a registered user, you keep your account as long as you remove all your cookies.

I know that session <> cookies, however what will be the best way to do that?

By the way, I'm using memcached because I plan to share sessions between frontend.

Is there any recommendations about this? because memcached data are volatile.

May I need to store them in a database instead?

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

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

发布评论

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

评论(1

旧梦荧光笔 2024-12-13 11:34:45

一个可能的解决方案是在检查用户是否已通过身份验证后在每个请求中调用 Zend_Session::rememberMe()

希望有帮助,

A possible solution could be calling Zend_Session::rememberMe() in each request, once you have checked that the user is authenticated.

Hope that helps,

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