Browse Source

Config Cross-subdomain authentication

refactoring
keun 6 years ago
parent
commit
a127b58a35
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common/config/main.php

+ 1
- 0
common/config/main.php View File

@@ -13,6 +13,7 @@ return [
]
],
'session' => [
'class' => 'yii\web\Session',
'cookieParams' => [
'domain' => '.'.Yii::getAlias('@domainName'),
'httpOnly' => true,

Loading…
Cancel
Save