This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Config Cross-subdomain authentication
refactoring
keun
6 years ago
parent
8982d2ad4f
commit
a127b58a35
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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,
Write
Preview
Loading…
Cancel
Save