Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Libby #1
CFLOCATION in CFMX
Hopefully someone can answer this easy question. In CF5, I have a redirect
using a CFLOCATION like this:
<cflocation
url="http://somewebsite.xxx.com/pls/phone/checkphone.searchfor?id_in=#session.gc
id#" >
This sent the search request with only the 'gcid':
[url]http://somewebsite.xxx.com/pls/phone/checkphone.searchfor?id_in=YYYY[/url].
In testing CF6.1 with the updater, the same code sends
[url]http://somewebsite.xxx.com/pls/phone/checkphone.searchfor?id_in=YYYY&CFID=706&CF[/url]
TOKEN=78198448
including the cfid and cftoken.
I have tried many different changes, including: adding the '"addtoken=No" to
the cflocation (making sure that in the cfapplication I have
clientManagement=Yes), checking that I have the 'latest and greatest' updater
installed, and I am sure that cookies are turned on). Any ideas on how to make
sure that the cfid and cftoken are not appended?
:confused;
Libby Guest
-
CFlocation.
I?m interested to know whether it?s good practice to write long CF coded pages or segment CF code into several different CF pages and use cflocation... -
cflocation
Does anyone know a way to use cflocation to load a page into a specific target within a frameset? I am working with multiple framesets and I am... -
cflocation broken in latest CFMX 6.1 hotfixes?
I recently upgraded two of our CFMX 6.1 (updater1) Servers with the newst hotfixes. Since then the cflocation tags is broken, cause of now it needs... -
Problem with cflocation in CFMX 7
I use cflocation to pass variables in a URL that sometimes contain a carriage return. To make sure the URL remains valid, I use URLEncodedFormat.... -
CFLocation and SSL
I am moving someone on a site from a form on an http or https. I post to a page that queries a DB and then redirects based upon the form post. The... -
Libby #2
Re: CFLOCATION in CFMX
Once again, my stupidity fails me! After contacting MacroMedia support, I was
able to surmise that I didn't have all the update(rs) applied correctly. Once
I got that resolved, everything looks great!
Libby Guest



Reply With Quote

