Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
Has anyone come up with a plausible way of setting a cookie and redirecting the browser from within a ColdFusion 4.01 template using HTTP headers (as opposed to META tag redirects)? Specifically, we're trying to redirect an image call from the browser. The image fails to load when it comes

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Kevin Langevin
L PROTECTED] > Subject: Setting a Cookie and Redirecting the Browser > > > Has anyone come up with a plausible way of setting a cookie and > redirecting > the browser from within a ColdFusion 4.01 template using HTTP headers (as > opposed to META tag redirects)? > > Specific

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Brandon Behrens
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 3:18 PM To: [EMAIL PROTECTED] Subject: Setting a Cookie and Redirecting the Browser Has anyone come up with a plausible way of setting a cookie and redirecting the browser from within a ColdFusion 4.01 template using HTTP headers (as opposed to

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
PM To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser Any reason why you don't want to use a META tag refresh to redirect? That's what I always use when I need the cookie to be set. -Kev > -Original Message- > From: Benjamin S. Rogers [mailto:[EMA

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
ust 08, 2000 4:34 PM To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser Been there, done that. I wound up using a meta tag to refresh the page with a time of 0. That was the only way I could get it to work. Brandon Brandon Behrens The Internet Design Firm 512.451.5

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Hinojosa, Robert
S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 3:48 PM To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser Again, we can't use a META refresh. See either of my earlier posts for an explanation as to why this solution will not work for us.

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Terry Bader
87 aim: lv2bounce http://www.cs.odu.edu/~bader > -Original Message- > From: Brandon Behrens [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 08, 2000 4:34 PM > To: [EMAIL PROTECTED] > Subject: RE: Setting a Cookie and Redirecting the Browser > > Been there, d

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
: Hinojosa, Robert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 5:03 PM To: '[EMAIL PROTECTED]' Subject: RE: Setting a Cookie and Redirecting the Browser Just a thought... You could CFHTTP the content of the desired forwarded page so that the cookie can set. I have done th

Re: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Jake Hileman
.cfm thing confuses me... and I don't like the idea of it being stored in ram. Let me know, Jkae - Original Message - From: "Terry Bader" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 08, 2000 5:29 PM Subject: RE: Setting a Cookie and Redirec

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Hinojosa, Robert
: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 4:28 PM To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser Were you able to do this with binary data (a.k.a an image)? We'd prefer not to place the burden of the transaction on ColdFusi

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Hinojosa, Robert
afe way to do things? The whole session, application.cfm thing confuses me... and I don't like the idea of it being stored in ram. Let me know, Jkae - Original Message - From: "Terry Bader" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 08, 200

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Terry Bader
t;Terry Bader" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 08, 2000 5:29 PM > Subject: RE: Setting a Cookie and Redirecting the Browser > > > > you can also use: > > location="<A HREF="http://URL">http://URL<

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread dougn
What about: if cookie exists do analysis to determine image cflocation to image url if cookie does not exist do any analysis cfcontent to distribute the image file This puts a little more load on CF but realistically you're only shipping a few k the first time fro

Re: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Jake Hileman
Good idea mate, very good idea actually. I like that styleee. hehe jake - Original Message - From: "Terry Bader" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 08, 2000 6:04 PM Subject: RE: Setting a Cookie and Redirecting the Browser

RE: Setting a Cookie and Redirecting the Browser

2000-08-09 Thread Benjamin S. Rogers
2000 7:53 PM To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser What about: if cookie exists do analysis to determine image cflocation to image url if cookie does not exist do any analysis cfcontent to distribute the image file This put

Re: Setting a Cookie and Redirecting the Browser

2000-08-17 Thread Jake Hileman
Why include that redirect.cfm.. why not just put the straight up data in the original CFM? jake - Original Message - From: "Terry Bader" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 08, 2000 6:04 PM Subject: RE: Setting a Cookie and Redirectin