Ferreteria/v0.5/@cls/login/csLogin/IsLoggedIn

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls‎ | login
Revision as of 14:58, 30 March 2022 by htyp>Woozle (Created page with "==About== * '''File''': {{l/ferreteria/code|login/status.php}} * '''Returns''': TRUE iff all of the following are: ** Session is valid ** Session's Account ID is set ** Sessio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • File: login/status.php
  • Returns: TRUE iff all of the following are:
    • Session is valid
    • Session's Account ID is set
    • Session's Account ID is not NULL
  • Action:
    • If there's no Session Status, creates a blank one.
    • Return value depends on the Session having an Account ID set.