sfDoctrineGuardPlugin - 超时注销

发布于 2024-11-28 19:22:42 字数 139 浏览 2 评论 0原文

我使用 Symfony 1.4 + sfDoctrineGuardUser。我设置了超时。这工作很好。用户已注销,但用户的 SESSION 不清楚。哪里可以设置这个?

另外,我希望不刷新页面,例如每 15 分钟检查数据库中的值并向数据库发送新查询。

i use Symfony 1.4 + sfDoctrineGuardUser. I have timeout set. This working good. User is logout, but SESSION for user isn't clear. Where i can this set?

additionally i would like without refresh the page, for example every 15 minutes check value in database and send new query to DB.

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

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

发布评论

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

评论(1

極樂鬼 2024-12-05 19:22:42

你为什么要清除整个会话?会话不仅仅用于登录;还有其他的东西,比如当前的语言等等都被存储...

检查数据库中的新值,您可以使用 jquery 轻松实现(计时器和 $.ajax)

why would you clear the whole session? the session isn't only used for the login; there are other things like the current language and so on stored…

the check for new values in the DB you can easily achieve with jquery (timers and $.ajax)

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