Actions
Bug #22251
closedGoogle Chrome Frame Plugin leading to lost sessions
Start date:
2010-03-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After installing the Google Chrome Frame Plugin, BE and FE sessions got lost immediatly after each page click.
The issue was related to all T3 versions.
The issue also affected the FE login
(issue imported from #M13770)
Updated by Mark Möller-Bengtsson about 14 years ago
Related to issue 13938
Updated by Michael Stucki almost 12 years ago
- Status changed from New to Resolved
- Assignee set to Michael Stucki
- Target version deleted (
0) - % Done changed from 0 to 100
To fix this, set two values in localconf.php:
$TYPO3_CONF_VARS['BE']['lockHashKeyWords'] = ''; $TYPO3_CONF_VARS['FE']['lockHashKeyWords'] = '';
Actions