have you checked your PHP.INI file?

it sais there what links to rewrite.


Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-----Original Message-----
From: Johnson, Kirk [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 28, 2001 12:16 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] --enable-trans-sid and forms


Here is what I see in my FORM with --enable-trans-sid:

<FORM METHOD="POST" ACTION="./test_formRun.php">
<INPUT TYPE="HIDDEN" NAME="PHPSESSID"
VALUE="cbf75d263416e77d773b1772f6e1be89">
<INPUT TYPE="IMAGE"  NAME="image"
SRC="submit.gif?PHPSESSID=cbf75d263416e77d773b1772f6e1be89"  ALIGN="top" >

PHP is adding the HIDDEN field with the session id. For some reason, it also
appends it to the SRC attribute of the image submit button, but doesn't add
it in the ACTION url.

Kirk

> -----Original Message-----
>       Its my understanding that PHP appends the SID on the
> end of the URL
> regardless of weather its a form or not.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to