sfDoctrineGuardPlugin - 超时注销
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你为什么要清除整个会话?会话不仅仅用于登录;还有其他的东西,比如当前的语言等等都被存储...
检查数据库中的新值,您可以使用 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)