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
Once user is logged in the session variable $_SESSION["email"] has the email address of the user and can be used to identify it.
It is available across all PHP files in camicroscope and can be used to add user information to POST requests.