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
Line 138 where we call session_destroy results in a ton of errors in log entries because we don't have session_start occurring before it.
Adding session_start right before session_destroy should fix this error that pops up a ton
The text was updated successfully, but these errors were encountered:
Line 138 where we call session_destroy results in a ton of errors in log entries because we don't have session_start occurring before it.
Adding session_start right before session_destroy should fix this error that pops up a ton
The text was updated successfully, but these errors were encountered: