The key used to store the CSRF token seed in the session.
File
- core/lib/Drupal/Core/Session/MetadataBag.php, line 16
Class
- MetadataBag
- Provides a container for application specific session metadata.
Namespace
Drupal\Core\Session
Code
const CSRF_TOKEN_SEED = 's';
Please login to continue.