Session expires even if I'm working, session lifetime, Ajax and Symfony2

后端 未结 2 511
长发绾君心
长发绾君心 2020-12-17 22:35

I have configured my application for close session on timeout if user do nothing during 10 minutes period. At config.yml I have this:

session:
          


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 23:31

    try with these parameters :

    gc_probability: 0
    gc_divisor    : 1000
    

提交回复
热议问题