[TYPO3-dev] pass FE session data

Franz Holzinger franz at fholzinger.com
Wed Oct 11 20:12:14 CEST 2006


Hello

> In the mailing list I found this solution:
> 
> "http://www.mydomain.com/index.php?id=10&FE_SESSION_KEY=".
> rawurlencode($GLOBALS["TSFE"]->fe_user->id."-".md5($GLOBALS["TSFE"]->fe_user->id."/".$GLOBALS["TYPO3_CONF_VARS"]["SYS"]["encryptionKey"]));
> 
> I have the correct $GLOBALS["TSFE"] object but I still see the login page. Any idea?
> 
the $GLOBALS["TYPO3_CONF_VARS"]["SYS"]["encryptionKey"] will only work 
if both sites have the same encryption key. Otherwise you must hardcode 
this or get somehow the internal encryption key of the other site.

Greets,

Franz




More information about the TYPO3-dev mailing list