> In global_settings
>
> on the line:
>
> define("DEBUG", FALSE);
>
> set it to
>
> TRUE
>
> It should remove any debugging message.
That's almost right, but you have TRUE/FALSE reversed. Check out this line
in GENERATE_SID:
if(DEBUG)
{
$ActionResults[] = L_GENSID_SUCCESS . $sid;
}
If DEBUG is TRUE, then you get the message about a new session id.
Everyone running a store should turn off DEBUG mode when they go live.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]