config.php 297 B

12345678910111213
  1. <?php
  2. return $configs = [
  3. 'components' => [
  4. 'request' => [
  5. 'csrfParam' => '_csrf-backend',
  6. ],
  7. 'session' => [
  8. // this is the name of the session cookie used for login on the backend
  9. 'name' => 'advanced-backend',
  10. ],
  11. ],
  12. ];