Actions
Bug #15768
closedunwaned BE session logoff clause by embed media player from Frontend.
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-03-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Because of default typo3 will check useragent equals to keep session run.
In some cases, when you embed a media player in frontend and it ask typo3 for a playlist(or redirect or else). It will clase be/fe session logoff quietly.
There are exists setting you can daibled the check for FE login. by $TYPO3_CONF_VARS['FE']['lockHashKeyWords'].
But there is no simlar configuration for BE login.
suggested fix
1.
don't kill BE session login if lockHash not match from FRONTEND request.
or, 2.
add $TYPO3_CONF_VARS['BE']['lockHashKeyWords']
(issue imported from #M2771)
Updated by Dmitry Dulepov almost 13 years ago
- Category deleted (
Communication) - Status changed from New to Rejected
- Target version deleted (
0) - TYPO3 Version changed from 3.8.1 to 4.6
- PHP Version deleted (
5)
Now exists for BE too.
Actions