Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Symfony2 Security 作为管理面板。会话到期时间非常短;每次我必须登录才能访问管理部分。那么如何实现记住我的功能,以便管理员登录后,他将永远登录?
阅读记住我的食谱条目。设置lifetime大的东西并强制remember me:
lifetime
remember me
remember_me: lifetime: 31536000 # a year always_remember_me: true