Skip to content
  • Jonny Bradley's avatar
    [FIX] sessions: Somehow sometimes the default php session cookie is missing,... · 506de113
    Jonny Bradley authored
    [FIX] sessions: Somehow sometimes the default php session cookie is missing, but the extra "CV" one is there, so the session partially works but fails sometimes, especially on Sea Surfing (CSRF) detection which relies on the session working properly. So this fix checks for either cookie's presence and starts the session if either one is set.
    Hopefully should fix wish5341 and possibly others, thanks Jyhem
    506de113