SV: [PHP] --enable-trans-sid ?

2002-10-03 Thread Daniel Alsen
[EMAIL PROTECTED] propably said: > I am trying to re-compile php 4.2.2. It seems that the option > "--enable-trans-sid" is no longer there (but still in the manual). > The reason for a re-compilation is that I was not able to have SID > printed out. Here is the code I tried, but SID is empty: se

[PHP] --enable-trans-sid ?

2002-10-03 Thread try
Hi, I am trying to re-compile php 4.2.2. It seems that the option "--enable-trans-sid" is no longer there (but still in the manual). The reason for a re-compilation is that I was not able to have SID printed out. Here is the code I tried, but SID is empty: However, session_id() does tells the c

[PHP] --enable-trans-sid

2001-12-27 Thread phantom
Hello to my php friends! I am trying to compile PHP with: ---enable-trans-sid But when i test out pages, the only time a real session is propagated between pages is when i included the in the URL's (AND THIS WORKS GREAT!!!). BUT, If I remove that PHP sniplet, the session restarts on every PH

[PHP] enable-trans-sid

2001-05-03 Thread Walgamotte, David
I upgraded from 4.0.4 to 4.0.5 and trans sid no longer works. Any ideas ? DW

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

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

2001-04-23 Thread Boget, Chris
> I wasn't able to find this in the docs, so could someone > tell me exactly how --enable-trans-sid is supposed to work > behind the scenes? > while it won't for this url: > > target="_top">here I've also tried... here > > It makes no sense to me... > Any help would be greatly appreciated!!

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

2001-04-20 Thread Martín Marqués
On Sáb 21 Abr 2001 00:27, Boget, Chris wrote: > > I wasn't able to find this in the docs, so could someone > > tell me exactly how --enable-trans-sid is supposed to work > > behind the scenes? > > Why would this option work and transmit the SID for > > this url: > > while it won't for this url: >

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

2001-04-20 Thread Boget, Chris
> I wasn't able to find this in the docs, so could someone > tell me exactly how --enable-trans-sid is supposed to work > behind the scenes? > Why would this option work and transmit the SID for > this url: > while it won't for this url: > It makes no sense to me... > Any help would be greatly app

[PHP] --enable-trans-sid

2001-04-20 Thread Boget, Chris
I wasn't able to find this in the docs, so could someone tell me exactly how --enable-trans-sid is supposed to work behind the scenes? Why would this option work and transmit the SID for this url: " target="_top">here while it won't for this url: here It makes no sense to me... Any help would