【发布时间】:2011-12-20 04:37:20
【问题描述】:
我已经配置了 Mantis,如果我闲置一段时间后,Mantis 就会超时。我一次又一次地刷新页面,但它根本没有加载 Mantis。每当我重新启动 XAMPP 时,它就会开始正常工作(直到我不再闲着)。
这里有一些我看到的 w.r.t exipration 设置
# token expirations
define( 'TOKEN_EXPIRY', 60 * 60 );
# Default expiration of 60 minutes ( 3600 seconds )
define( 'TOKEN_EXPIRY_LAST_VISITED', 24 * 60 * 60 );
define( 'TOKEN_EXPIRY_AUTHENTICATED', 5 * 60 );
define( 'TOKEN_EXPIRY_COLLAPSE', 365 * 24 * 60 * 60 );
有人能告诉我如何度过这个超时问题吗?我正在使用“Mantis 1.2.8”。
【问题讨论】:
-
请检查this,它可能会有所帮助
-
其实我已经尝试过了,但是还有一些其他的问题。
-
这实际上是我想问的!