Bug #19916
closedSession handling - cannot login to >1 TYPO3 installation under one domain
0%
Description
With the new session handling introduced in 4.2.4 it is no longer possible to login (at the same time) to two or more TYPO3 installations located in different subfolders of the same (sub)domain.
In other words, access to one installation breaks the session of the other(s).
TYPO3 should handle sessions according to the exact path of the TYPO3 (sub)folder within the domain.
I think that it's a significant change of behavior within the current branch that creates a problem for administrators.
(issue imported from #M10266)
Files
Updated by Marcus Krause almost 16 years ago
The only possible solution (which isn't implemented and therefore currently not working) is to limit each session id cookie to the subfolder, TYPO3 is existing in.
Example:
example.org/cms1/
example.org/cms2/
Updated by Thomas Schröder almost 16 years ago
Updated by Luc Germain almost 16 years ago
This problem is also present in 4.1 since 4.1.8.
Updated by Anonymous over 15 years ago
I can confirm this issue in 4.1.10. Please consider fixing this. Maybe putting additional info into the cookies to distinguish them is possible.
Updated by Marcus Krause over 15 years ago
added patch that set path parameter to setcookie() calls whenever possible
Updated by Thomas Schröder over 15 years ago
The patch v3 works fine for me. Tested with 4.2.7-dev and 4.3-dev (latest rel.) on 3 installations.
Updated by Christian Kuhn over 15 years ago
Committed to
- 4.1 (r5299)
- 4.2 (r5300)
- trunk (r5301)