-
Notifications
You must be signed in to change notification settings - Fork 2
LOGGED
Jurek Muszyński edited this page Mar 28, 2024
·
12 revisions
Tells whether session linked to the current connection is upgraded to logged in (authenticated).
See Sessions in Node++.
true if current session is logged in, otherwise false.
if ( LOGGED )
dashboard();
else
landing_page();