Function __global->session_considered_confirmed

Definitions

sources/site.php

  • Find whether we should consider the current user's session confirmed, for security purposes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether we should
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether we should consider the current user's session confirmed, for security purposes.
 *
 * @return boolean Whether we should
 */

function session_considered_confirmed() : bool