Edge session.cookie_lifetime

前端 未结 1 546
清歌不尽
清歌不尽 2021-01-26 06:20

My website functionality is broken on Edge (Especially login) and I was told it has something to do with the session.cookie_lifetime. I would appreciate any help re

相关标签:
1条回答
  • 2021-01-26 06:47

    session.cookie_lifetime This value (default 0, which means until the browser's next restart) defines how long (in seconds) a session cookie will live. This value indirectly defines the "absolute" maximum lifetime of a session, whether the user is active or not. If this value is set to 60, every session ends after an hour.

    0 讨论(0)
提交回复
热议问题