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
It looks like ldap_required() is capable of calling ldap_destroy_session() multiple times in a single page load, which will throw a session_destroy(): Trying to destroy uninitialized session warning.
This situation occurs when a user logs in to the UIL lookup, then clicks the "log out" link at the top of the page. I'm not sure yet if there's any other instances where this would occur.
It looks like
ldap_required()
is capable of callingldap_destroy_session()
multiple times in a single page load, which will throw asession_destroy(): Trying to destroy uninitialized session
warning.This situation occurs when a user logs in to the UIL lookup, then clicks the "log out" link at the top of the page. I'm not sure yet if there's any other instances where this would occur.
https://github.com/UCF/Brand-Theme/blob/master/functions.php#L119-L176
The text was updated successfully, but these errors were encountered: