RE: Redirect from ASP to CF

2002-08-08 Thread Kwang Suh
I don't think there's a server.redirect. There is a server.transfer and server.execute however. > -Original Message- > From: Shawn Regan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 08, 2002 5:16 PM > To: CF-Talk > Subject: RE: Redirect from ASP to

RE: Redirect from ASP to CF

2002-08-08 Thread Shawn Regan
Also instead of response.redirect, try: server.redirect Shawn Regan -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 2:41 PM To: CF-Talk Subject: RE: Redirect from ASP to CF Have you tried setting the URL to a variable and outputting

RE: RE: Redirect from ASP to CF

2002-08-08 Thread Costas Piliotis
o: CF-Talk Subject: RE: RE: Redirect from ASP to CF We use a redirect as part of the website to send it to a virtual directory and we don't have to pass anything at that point. So I guess the answer is I don't have any idea. We do use response.redirect with information but cookies are s

RE: RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
to keep it on the box it came from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:36 PM To: CF-Talk Subject: Re: RE: Redirect from ASP to CF So do ASP to ASP page redirects work properly? - Original Message - From: C

RE: Redirect from ASP to CF

2002-08-08 Thread Scott Van Vliet
n [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 2:27 PM To: CF-Talk Subject: RE: Redirect from ASP to CF We have verified that more than half of the clients are not going through a proxy server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu

Re: RE: Redirect from ASP to CF

2002-08-08 Thread ksuh
So do ASP to ASP page redirects work properly? - Original Message - From: Cami Lawson <[EMAIL PROTECTED]> Date: Thursday, August 8, 2002 3:27 pm Subject: RE: Redirect from ASP to CF > We have verified that more than half of the clients are not going > through a &g

RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
We have verified that more than half of the clients are not going through a proxy server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:26 PM To: CF-Talk Subject: Re: Redirect from ASP to CF Hmm. Do redirects from ASP to ASP

Re: Redirect from ASP to CF

2002-08-08 Thread ksuh
Hmm. Do redirects from ASP to ASP pages work properly as well? The dialup dudes could be going through a proxy. Client side redirects sometimes fail because of this. - Original Message - From: Cami Lawson <[EMAIL PROTECTED]> Date: Thursday, August 8, 2002 2:54 pm Subject: Redirect fro