延长zencart后台15分钟登录时间
156c为例子,供参考
后台--控制页面-- Admin Session Time Out in Seconds
Please make any necessary changes
Admin Session Time Out in Seconds
Enter the time in seconds.
Max allowed is 900 for PCI Compliance Reasons.
Default=900
Example: 900= 15 min
Note: Too few seconds can result in timeout issues when adding/editing products
因为最大是900秒也就是15分钟,
需要到数据库里修改一下,
在表 configuration 中找到 Admin Session Time Out in Seconds
点击进入后,在 set_function 中将 zen_cfg_select_option(array( ’900′, ’600′, ’300′),
改成 zen_cfg_select_option(array('7200', '3600', '900', '600','300'),
然后就可以在后台 My Store 下的 Admin Session Time Out in Seconds 设置加长的时间了。
根据需要设置即可、7200、3600、等等

浙公网安备 33010602011771号