Jasper Bedaux wrote: > On http://www.php.net/manual/en/function.ini-set.php we find > session.use_trans_sid --> PHP_INI_ALL > while on http://www.php.net/manual/en/ref.session.php we find > session.use_trans_sid --> PHP_INI_SYSTEM | PHP_INI_PERDIR > I do not know which one is right.
ini_set should be right as it is taken directly from the sources, but it can differ in different PHP versions. Jakub Vrana
