fixed the problem with SocialNorm, turned out to be due to bad config of session

This commit is contained in:
2018-07-10 19:33:16 +02:00
parent 21bebc1ebf
commit 598f2f8024
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -192,6 +192,6 @@ return [
|
*/
'same_site' => null,
'same_site' => 'lax', // this was changed, leaving it as 'null' caused session to be reset during oAuth2 login
];