[TYPO3-dev] eID loosing $_SESSION since 4.7

Helmut Hummel helmut.hummel at typo3.org
Fri Jun 8 01:17:33 CEST 2012


On 07.06.12 08:41, Martin Kokes wrote:
> Hmm, looks like my eID script is loosing $_SESSION. Right after first call
> of script, there's $_SESSION with tx_rsaauth_key, but a after form submit a
> thus second call, there's no $_SESSION at all. :-(

The $_SESSION global only exist after a session_start(); Make sure that 
function is called before you debug the $_SESSION variable.

Kind regards,
Helmut

-- 
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Leader

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list