This website works better with JavaScript.
Home
Explore
Help
Sign In
BenoitCier
/
Opendistrib
forked from
Laclic/Souke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Config Cross-subdomain authentication
dev
keun
6 years ago
parent
a127b58a35
commit
0d4d7cdea7
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
@@ -14,6 +14,7 @@ return [
],
'session' => [
'class' => 'yii\web\Session',
'name' => 'PHPLABOITEAPAINSESSID',
'cookieParams' => [
'domain' => '.'.Yii::getAlias('@domainName'),
'httpOnly' => true,
Write
Preview
Loading…
Cancel
Save