我已经配置了 Mantis,如果我闲置一段时间后,Mantis 就会超时。我一次又一次地刷新页面,但它根本没有加载 Mantis。每当我重新启动 XAMPP 时,它就会开始正常工作(直到我不闲着)。
这是我在过期时看到的一些设置
# 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”。