coolsnowwolf / lede

Lean's LEDE source
Other
29.57k stars 19.51k forks source link

怎么更改web页面会话超时时间 #2409

Closed zjcnew closed 4 years ago

zjcnew commented 4 years ago

默认时间我想改成永不超时

YunFenLei commented 4 years ago

` config core main option lang 'zh_cn' option mediaurlbase '/luci-static/bootstrap' option resourcebase /luci-static/resources

config extern flash_keep
        option uci                 "/etc/config/"
        option dropbear "/etc/dropbear/"
        option openvirtual**        "/etc/openvirtual**/"
        option passwd        "/etc/passwd"
        option opkg                "/etc/opkg.conf"
        option firewall        "/etc/firewall.user"
        option uploads        "/lib/uci/upload/"

config internal languages

config internal sauth
        option sessionpath "/tmp/luci-sessions"
        option sessiontime 3600

config internal ccache
        option enable 1

config internal themes`

在这里   option sessiontime 3600
zjcnew commented 4 years ago

这是哪个文件,在什么位置 /吃惊

zjcnew commented 4 years ago

找到了 /etc/config/luci,感谢。

kiddin9 commented 4 years ago

改了并没有效果,每次打开后台都要登录,

zjcnew commented 4 years ago

改了并没有效果,每次打开后台都要登录, 我重启了整个系统,已经有效果了。