RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Boget, Chris
> have you checked your PHP.INI file? > it sais there what links to rewrite. This is what is in my .ini. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" ; added 3/2/01 Am I missing something here that I should have? I don't see anything in the docs about the above

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread PHPBeginner.com
] www.phpbeginner.com -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 12:38 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] --enable-trans-sid and forms Thanks, Maxim, I hadn't seen the url_rewriter.tags entry in php.ini before. A search of the PHP m

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Johnson, Kirk
Thanks, Maxim, I hadn't seen the url_rewriter.tags entry in php.ini before. A search of the PHP manual only returns one unhelpful reference, tho. Any idea where to find some documentation on this? TIA Kirk > -Original Message- > From: PHPBeginner.com [mailto:[EMAIL PROTECTED]] > > have

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread PHPBeginner.com
: 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: 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

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Boget, Chris
> Here is what I see in my FORM with --enable-trans-sid: > > VALUE="cbf75d263416e77d773b1772f6e1be89"> > 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. I'm not g

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Johnson, Kirk
Here is what I see in my FORM with --enable-trans-sid: 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 understandin

RE: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Boget, Chris
> Its my understanding that PHP appends the SID on the > end of the URL regardless of weather its a form or not. If thats > not happening for you, check your php.ini and make sure you > have session.use_trans_sid enabled. It is enabled. And it's being appended to most URLs (though, not

Re: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Larry Hotchkiss
Its my understanding that PHP appends the SID on the end of the URL regardless of weather its a form or not. If thats not happening for you, check your php.ini and make sure you have session.use_trans_sid enabled. "Boget, Chris" wrote: > > If you have PHP compiled with --enable-trans-s

RE: [PHP] --enable-trans-sid and forms

2001-04-26 Thread Johnson, Kirk
; To: Php (E-mail) > Subject: [PHP] --enable-trans-sid and forms > > > If you have PHP compiled with --enable-trans-sid, > are the URLs that are part of the form's action supposed > to be modified to include the SID? So far that's not > been happening and I just

[PHP] --enable-trans-sid and forms

2001-04-26 Thread Boget, Chris
If you have PHP compiled with --enable-trans-sid, are the URLs that are part of the form's action supposed to be modified to include the SID? So far that's not been happening and I just want to verify that this is expected behavior. thnx, Chris