开发者

How long will my current session still last?

开发者 https://www.devze.com 2022-12-12 20:34 出处:网络
How can I figure out when my current session will ru开发者_如何学Cn out? Is the session timeout updated on every request?
  1. How can I figure out when my current session will ru开发者_如何学Cn out?
  2. Is the session timeout updated on every request?


You can find out the answer to the first question by looking in your configuration file in 'app/config/core.php'. It depends on how you've configured your setup. As for the second question, it will update on every page refresh. Config File Info

0

精彩评论

暂无评论...
验证码 换一张
取 消