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 #1

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change Ieb77834d95ffc9f7a44bc4e739df65035be22339 has been pushed to the review server.
It is available at http://review.typo3.org/2948

Actions #2

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change Ieb77834d95ffc9f7a44bc4e739df65035be22339 has been pushed to the review server.
It is available at http://review.typo3.org/2948

Actions #3

Updated by Dmitry Dulepov almost 13 years ago

  • Status changed from New to Under Review
Actions #4

Updated by Mr. Hudson almost 13 years ago

Patch set 3 of change Ieb77834d95ffc9f7a44bc4e739df65035be22339 has been pushed to the review server.
It is available at http://review.typo3.org/2948

Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I9042b8668cd392bfd95262481918683e886da32d has been pushed to the review server.
It is available at http://review.typo3.org/3034

Actions #6

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I029c555a35d95895fc9aecf82c6f649df6fd4ca4 has been pushed to the review server.
It is available at http://review.typo3.org/3035

Actions #7

Updated by Oliver Hader over 12 years ago

  • Target version changed from 1264 to 1341
Actions #8

Updated by Mr. Hudson over 12 years ago

Patch set 4 of change Ieb77834d95ffc9f7a44bc4e739df65035be22339 has been pushed to the review server.
It is available at http://review.typo3.org/2948

Actions #9

Updated by Dmitry Dulepov over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1341)
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF