Symfony Seesion时间

时间:2015-09-17 09:45:15

标签: php symfony session authentication

我有项目Symfony 2.6.11并且经过身份验证后我有error之后我必须再次进行身份验证并且我想要一些信息,例如“你的会话结束,再次验证”或者我看到实际的身份验证时间和这次怎么改变?

1 个答案:

答案 0 :(得分:0)

您是否尝试更改会话设置? :

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

您可以在此处查看配置:https://codedump.io/share/9eVPS5otSIuk