[TYPO3-dev] Problem with RSAAuth extension
Dmitry Dulepov
dmitry.dulepov at gmail.com
Thu Oct 20 09:49:29 CEST 2011
Hi!
Zach Davis wrote:
> I really think an easy fix for the problem is to call session_start() in
> index_ts.php
+1. As to the below mentioned bug report, there is a simple workaround:
$_SESSION['myObj'] = serialize($myObj);
And than unserialize manually.
Many features in TYPO3 and extensions rely on session. I would be happy if
people do not have to check for the session in every possible place but
simply rely on TYPO3 having it started automatically.
Life should be easier, not more difficult.
--
Dmitry "itoldyou" Dulepov
TYPO3 core&security team member
E-mail: dmitry.dulepov at typo3.org
Web: http://dmitry-dulepov.com/
More information about the TYPO3-dev
mailing list