Post by snover » Thu Jul 19, 2007 5:32 am

The session handling code fails when the hash function is set to SHA1 in PHP, because the length of the session_id field in the database is limited to 32 characters. Either the size of session_id field should be increased to 40, or this line should be added to session.php before session_start() is called:

Code: Select all

ini_set('session.hash_function', '0');
Regards,

Newbie

Posts

Joined
Thu Jul 19, 2007 5:27 am

User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK
Who is online

Users browsing this forum: No registered users and 3 guests