> On Saturday 29 June 2002 18:02, Dan Tappin wrote:
>> I am setting up a login section of my site using sessions.  I have the
>> login working with and without cookies enabled.  I do not want to restrict
>> my users be requiring cookies.
>> 
>> The problem is that I can't seem to get PHP to auto append the session id
>> to the relative URLs on the page.
>> 
>> I have the following PHP settings:
>> 
>> php_value session.use_cookies 0
>> php_value session.use_trans_sid 1
>> 
>> I also had these setings in my php.ini file.
> 
> Was your php compiled with '--enable-trans-sid' ?

Yes.  I checked that.

Dan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to