If you run web-erp on a server without cookies enabled (I do to test for
exactly the condition below), it fails because there is no ampersand
between the end of the session value and any other variables you may
append to the url.
With out going through each script and adjusting urls etc, I have given
the following patch some testing and it seems to work. It just appends
an ampersand to the end of the SID constant in session.inc:
16,17d15
<
< define("SID",SID."&");
|