Actions
Feature #23340
closedAllow separate cookie domain for FE and BE
Start date:
2010-08-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Some clients run the TYPO3 BE under a different domain name for security reasons. This causes problems with cookie domains as it is currently possible to set a single one only, used by both FE and BE.
The attached patch introduces a separate cookie domain for the BE. If it is left blank, the "main" cookie domain is used for both FE and BE (i.e. the current behavior is unchanged).
(issue imported from #M15334)
Files
Updated by Francois Suter about 14 years ago
Committed attached v3 to trunk in revision 8714 (and follow-up in revision 8715)
Actions