Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit fba7921

Browse files
committed
Removed cookie for outdated extension nc_staticfilecache
1 parent 72b5ade commit fba7921

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Classes/Utilities/FrontendUser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function loginUser($username)
6969
$loginSuccess = $GLOBALS['TSFE']->fe_user->compareUident($user, $loginData);
7070

7171
setcookie('fe_typo_user', $session_data['ses_id'], time() + (86400 * 30), "/");
72-
setcookie('nc_staticfilecache', 'fe_typo_user_logged_in', time() + (86400 * 30), "/");
7372
}
7473

7574
}

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'uploadfolder' => '0',
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 0,
13-
'version' => '0.9.36',
13+
'version' => '0.9.37',
1414
'constraints' => [
1515
'depends' => [
1616
'typo3' => '8.6.0-9.5.99',

0 commit comments

Comments
 (0)