[TYPO3-core] FYI: Fix bug #1474: Check if session_support is enabled in PHP
Dmitry Dulepov
9f4eetb02 at sneakemail.com
Mon Apr 30 16:23:29 CEST 2007
Michael Stucki wrote:
> See attached patch.
>
> Branches: Trunk only
>
> Thanks to Ingo Schmitt who wrote this patch.
I doubt that ini_get() is a right way to check if sessions are enabled.
I would at least check for function_exists('session_start') and
existance of $_SESSION.
--
Dmitry Dulepov
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-team-core
mailing list