[TYPO3] pass FE session data

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Wed Oct 11 18:22:16 CEST 2006


Hi,

------------------------------------------------------
sorry for the cross posting of this message but it seems that all
messages that I have sent to the DEV list are not forwarded to the
mailing list members.
------------------------------------------------------


I have a TYPO3 page with a restricted access to a fe_group. I make login
and I can see this page. That's ok.

But, I have the following problem:
I want to access this page with an external program.

If I simply try to read the page with its URL I get the login page.
What can I do to read the restricted content?

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?


Thanks in advance.

Best regards,
 Mauro Lorenzutti

e-mail:  mauro.lorenzutti at webformat.com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  www.webformat.com
---------------------------------------------------------




More information about the TYPO3-english mailing list