Bug #20626
closedcan't preview with multiple domains
0%
Description
(related to 3976 but it seems to not be fully debugged):
if i have two domains (a.com and b.com) in 1 TYPO3 installation, and i make all editors login from the maln one (a.com), there is big problem previewing workspaces for pages under b.com
the preview lanches the right preview url https://b.com/typo3/mod/user/ws/wsol_preview.php?id=642
but since the user is logged into a.com, they get "page not found" on he workspace preview of b.com
a SOLUTION to this is to aks editors to make a separate login into b.com/typo3 (so it sets b.com cookie), then the preview works.
i tried to manage the $TYPO3_CONF_VARS['SYS']['cookieDomain'] configuration, setting it also to
$TYPO3_CONF_VARS['SYS']['cookieDomain'] = '/\.(a|b)\.com$/';
but it seems to have no effect
any clues?
i could sponsor 50 euro for this debug! (i already spent 5 hours on it ... :(
(issue imported from #M11351)
Updated by Stefano Cecere over 15 years ago
ps: i also tried patching with http://bugs.typo3.org/view.php?id=10266 but no changes...
Updated by Michael Bakonyi over 15 years ago
Nearly the same here. The only difference is, that with none of the set domains the workspace preview's working.
The description of the following bugs sound similar: #3976, #0000752, #0005816, #0011199, #0010426, #0009508 so they might be related.
T3-Version 4.2.6
Michael
Updated by Tolleiv Nietsch almost 14 years ago
see ext:becookies http://typo3.org/extensions/repository/view/becookies/current/
Updated by Sonja Schubert over 13 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from Needs Feedback to Closed
No update, feedback for quite some time - feel free to reopen once you're able to provide further feedback.
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces