We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool LOGGED
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();
There was an error while loading. Please reload this page.