Out of the blue, I got logged five incidents with error :
2: session_start(): Failed to decode session object. Session has been destroyed http://www.ittsb.eu/forum/index.php?topic=1205.02: session_start(): Failed to decode session object. Session has been destroyed
File: /home/xxxxxx/public_html/forum/Sources/Load.php
Line: 2526
Code Line this is : // While PHP 4.1.x should use $_SESSION, it seems to need this to do it right.
if (@version_compare(PHP_VERSION, '4.2.0') == -1)
$HTTP_SESSION_VARS['php_412_bugfix'] = true;
// Set the randomly generated code.
if (!isset($_SESSION['session_var']))
$_SESSION['session_value'] = md5(session_id() . mt_rand());
------> $_SESSION['session_var'] = substr(preg_replace('~^\d+~', '', sha1(mt_rand() . session_id() . mt_rand())), 0, rand(7, 12));
Any ideas of what possibly one Guest did so this log entry to be generated ?
SMF 2.0.14