SessionCSRF::hasValidToken() method

Returns true if the current POST request contains a valid CSRF token, false if not

Usage

// basic usage
$bool = $sessionCSRF->hasValidToken();

// usage with all arguments
$bool = $sessionCSRF->hasValidToken($id = '', $reset = null);

Arguments

NameType(s)Description
id (optional)int, string, null

Optional unique ID for this token, but required if checking a single use token.

reset (optional)

Return value

bool


SessionCSRF methods and properties

API reference based on ProcessWire core version 3.0.244

“To Drupal, or to ProcessWire? The million dollar choice. We decided to make an early switch to PW. And in retrospect, ProcessWire was probably the best decision we made. Thanks are due to ProcessWire and the amazing system and set of modules that are in place.” —Unni Krishnan, Founder of PigtailPundits