Actions
Bug #21940
closedFlash upload and Session
Start date:
2010-01-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I want to use a flashuploader in combination with fe_login and eid. I cannot give flash a cookie to send so i use the GET param fe_typo_user with the fe_sessions.ses_id.
The Problem is in class.t3lib_userauth.php an was "fixed" for the BE in class.t3lib_beuseraut.php @ fetchUserSessionFromDB(). The hashLockClause() use the HTTP_USER_AGENT string to build a hash value. But this differs for the browser and flash. So the Session is destroyed every time i make a flash upload.
(issue imported from #M13204)
Files
Updated by Not Only Pixel almost 15 years ago
the attached file is not the bug its the patch. sorry for this naming
Actions