Project

General

Profile

Actions

Bug #27740

closed

FE session transfer is broken

Added by Dmitry Dulepov almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Frontend
Target version:
-
Start date:
2011-06-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The fix for #13740 (revision 3a3a8d81) breaks FE session transfer across top level domains.

Method tslib_fe::initFEuser() checks if there is a special URL parameter named FE_SESSION_KEY. If that exists, it sets $_COOKIE[$this->fe_user->name] to the passed session value. This is very useful when using RealURL's feature to make different language domains but use the same user for all domains (multilanguage countries like Switzerland or Belgium love that). However the revision 3a3a8d81 breaks that by using $_SERVER['HTTP_COOKIE'] for FE session cookie. tslib_fe has to be adjusted to set the same cookie.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29730: transfer a session with FE_SESSION_KEYClosed2011-09-13

Actions
Actions

Also available in: Atom PDF