Re: [PHP] trans-sid not working

2002-08-15 Thread Jean-Christian Imbeault
The problem what that I was using header("Location: http://mysite.com";) and it seems that PHP will not automatically insert the SID in this case. Now I need to find a quick and simple way to see if cookies are disabled or not. If they are I need to manually add the SID to the header() call .

Re: [PHP] trans-sid not working

2002-08-15 Thread Jason Wong
On Thursday 15 August 2002 17:06, Jean-Christian Imbeault wrote: > I have compiled PHP with the following: > > './configure' '--with-pgsql' '--without-mysql' '--enable-track-vars' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' > '--enable-trans-sid' '--with-apache=../apache_1.