Well, you can try this, but its a little crazy.  I'd only pull this if you're 
desperate:

Do what was suggested earlier with regard to auto-building the string... except build 
a *new* one.  Then cflocation ( or, uh, meta-refresh) to that new url.

I haven't spent time considering the ramifications of this, but I know they're 
there.... just thunk up a way to bypass the read-only var issue.  Some testing would 
definitely be in order.

---------------------------------------
Matt Robertson, MSB Designs, Inc.
http://mysecretbase.com - Retail
http://foohbar.org - ColdFusion Tools
---------------------------------------


---------- Original Message ----------------------------------
from: "Eric Hoffman" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 28 Nov 2002 11:13:38 -0600

>I understand...I guess there is no way other than to goto each darned
>link in this mess and add the requesttimeout.  Grrrr   
>
>Regards,
>
>Eric J Hoffman
>DataStream Connexion
>www.datastreamconnexion.com
>Delivering Creative Data Solutions 
>
>-----Original Message-----
>From: Brook Davies [mailto:[EMAIL PROTECTED]] 
>Sent: Thursday, November 28, 2002 11:08 AM
>To: CF-Talk
>Subject: RE: Request Timeout
>
>
>You got this error because your were trying to "set" the
>cgi.query_string 
>var - you can not do this. I think you may have to append the 
>requesttimeout=500 to each link in your app. You could create a variable
>
>that contained "requesttimeout=500", and then append that variable to
>ALL 
>of your links...
>
>
>At 11:01 AM 28/11/02 -0600, you wrote:
>>Okay, that last one got cut off...to finish:
>>
>>
>>Invalid attempt to set a Web parameter
>>
>>
>>An attempt was made to assign a value to a read-only web parameter.
>>
>>
>>Any ideas...thanks!
>>
>>Regards,
>>
>>Eric J Hoffman
>>DataStream Connexion
>>www.datastreamconnexion.com
>>Delivering Creative Data Solutions
>>
>>-----Original Message-----
>>From: Eric Hoffman [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, November 28, 2002 10:22 AM
>>To: CF-Talk
>>Subject: RE: Request Timeout
>>
>>
>>On CF 5,  this is the error I get:
>>
>>An error occurred while evaluating the expression:
>>
>>
>>  cgi.query_string = cgi.query_string & "&RequestTimeout=3600"
>>
>>
>>
>>Error near line 6, column 9.
>>
>>
>>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to