You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SessionSection::setExpiration() should start the session if had not been started yet or consider proper expiration time of not yet started session.
The text was updated successfully, but these errors were encountered:
forgie1
changed the title
SessionSection::setExpiration checks session, but session may not be started yet -> warning
SessionSection::setExpiration checks session's expiration, but session may not be started yet -> warning
Nov 26, 2021
Version: 3.1.4
Bug Description
Warning: The expiration time is greater than the session expiration 1440 seconds
Steps To Reproduce
Expected Behavior
SessionSection::setExpiration()
should start the session if had not been started yet or consider proper expiration time of not yet started session.The text was updated successfully, but these errors were encountered: