我似乎找不到关于如何在不活动后禁用自动注销的解决方案?我喜欢在浏览器窗口关闭之前保持活跃的会话。
它只是会话:配置文件中的配置导致注销,还是一些FOSUSerBundle配置我似乎无法找到?
答案 0 :(得分:0)
您是否尝试过像这样设置sesion生命周期:
framework:
session:
cookie_lifetime: 60 #60 seconds
gc_maxlifetime: 50 #50 seconds - only needed for testing. Dont use this in a production environment
gc_probability: 1 #only needed for testing. Dont use this in a production environment
gc_divisor: 1 #only needed for testing. Dont use this in a production environment