MantisBT: master e487d70f

Author Committer Branch Timestamp Parent
dhx dhx master 2010-12-25 08:07 master 1416aaf1
Affected Issues  0011738: $g_session_key parameter is not working
Changeset

Fix 0011738: Use an ASCII compatible session key

Commit 1416aaf1343a7d2122a099a5e6feb1f847621f2d deprecated
$g_session_key in favour of a unique key automatically derived from
$g_crypto_master_salt. However a bug existed in this commit whereby the
output of the hash() function was raw data, thus leading to failure of
PHP sessions. We need to ensure that the session key is ASCII
compatible.

mod - core/session_api.php Diff File