> Just include the SID as a hidden input.  It'll be POSTED to 
> the next page right along with your other variables.  

Right.

> There's even a way to configure your php.ini file so that PHP 
> includes the hidden SID for you.  I forget which setting it 
> is--maybe "trans-id" or something like that...?  

It is "--enable-trans-sid" and it is turned on.  However, the
problem is that it doesn't work. :(  If the user does not have
cookies turned on, the SID will not be sent through to the next
page on HREFs (I know you have to do it manually when using
the header() function, but it should be automatically appended
when using HRREFs, but it's not. :(  )

Chris

Reply via email to