Function __global->validate_special_cookie_prefix
Definitions
sources/minikernel.php
- Ensure that if we are using a special cookie name prefix that we can actually do so, otherwise strip it.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$cookie_name | ID_TEXT | required parameter | N/A | N/A | The name of the cookie (passed by reference; prefix will be stripped if it cannot be used) |
sources/users.php
- Ensure that if we are using a special cookie name prefix that we can actually do so, otherwise strip it.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$cookie_name | ID_TEXT | required parameter | N/A | N/A | The name of the cookie (passed by reference; prefix will be stripped if it cannot be used) |