在 Zend Framework 中获取 Session 过期时间
Zend Framework 或 PHP 中有没有办法获取会话(PHPSESSID cookie)过期之前的时间?
Is there a way in Zend Framework or PHP to get the time until the Session(PHPSESSID cookie) expires?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道框架提供了任何方法来实现这一目标。但是,一旦您知道 ZF 在哪里存储其名称空间的过期时间,您就可以执行以下操作:
I don't know of any method provided by the framework to achieve this. But as soon as you know where ZF stores expiration time for its namespaces, you might be able to do something like this: