[TYPO3-core] FYI: Fix bug #1474: Check if session_support is enabled in PHP
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Mon Apr 30 11:10:33 CEST 2007
Michael Stucki schrieb:
> Hi Masi,
>
>> May be a dumb question, but how do I disable session in php.ini?
>> I ask because I wanted to add how-to-enable it hint to the warning message.
>
> In some distributions session is provided as a shared module. In SuSE for
> example it seems this module is not even enabled by default (never checked,
> but heard of that...)
So enabling (if not compiled in) means extension=session.so in php.ini
Then extension_loaded('session') is the real check.
Masi
More information about the TYPO3-team-core
mailing list