Get the session token name
Tokens are used to secure forms from spamming attacks. Once a token has been generated the system will check the post request to see if it is present, if not it will invalidate the session.
Tags:
string _tokenValue(
[boolean
$force = false])
|
|
Get the session token value.
If a token isn't set yet one will be generated. Tokens are used to secure forms from spamming attacks. Once a token has been generated the system will check the post request to see if it is present, if not it will invalidate the session.
Tags:
Overridden in child classes as:
- ComDefaultTemplateFilterForm::_tokenValue()
Parameters: