Aug 19th, 2009, 10:33 PM
Hi Ben,
just let you know there is a small bug at sessions_start.php I found after upgrade to last package version v2.0.0-beta-20090815.
This two lines must be on very top position of code:
$folder = dirname(__FILE__);
require_once("$folder/library.php");
Otherwise users will get php notice:
Notice: Undefined variable: g_session_type in ... session_start.php ... line 3 on each page.
Regards,
Pavel
just let you know there is a small bug at sessions_start.php I found after upgrade to last package version v2.0.0-beta-20090815.
This two lines must be on very top position of code:
$folder = dirname(__FILE__);
require_once("$folder/library.php");
Otherwise users will get php notice:
Notice: Undefined variable: g_session_type in ... session_start.php ... line 3 on each page.
Regards,
Pavel