From: Daintrees <p.d...@pa...> - 2004-09-21 09:24:35
|
Thats a nuisance .... Thanks Jake. Phil ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:17 PM Subject: [Web-erp-developers] Session Bug > 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."&"); > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |