Greetings all...
I am having a problem with ColdFusion sessions.
Being an ASP developer i'm used to my sessions being set server side.
But for some reason coldfusion sessions run client side, ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20412550.html
because i dont want to use a DW template i'm using cfinsert for my navigation links and just inserting the cfinsert on the appropriate pages.
question:
from lookig at the code below you'll unde...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
I have recently been working with coldfusion, and have been describing/defining the use of my cf component functions with comments above their definitions. I wanted to know firstly if there is a st...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
I have most resource locations specified as file paths in my db.
i.e:
C:\Inetpub\wwwroot\office\websites\theme.css
However, these resources also need to be referenced as a url from the root,...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 12/29/2007 Grade: A Views: 0
Can <cfset> work in a similar way to <cfxml>, whereby you can embed the value of the variable within the tag?
I need to assign the output of a function to a variable.
I have a function called...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 01/01/2008 Grade: A Views: 0
I have a string variable: "13, 14, 15, 16"
How do i parse this into a coldfusion array? Essentially i need to parse a comma delimited string.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 01/08/2008 Grade: A Views: 8
Does coldfusion have built in functions for reading properties file, or would this require parsing the file contents?
When i say properties file, essentially it would something look like:
the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 01/10/2008 Grade: A Views: 0
Using Coldfusion8, I am parsing some xhtml via the XMLParse() function, but &nsbp; & and no doubt a few other similar codes are being rejected by the parser. How do i go about accepting these v...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFML,
XMLDate Answered: 01/29/2008 Grade: A Views: 0
Please look at the attached code which i've simplified for purposes of my issue.
Now you can see that the index.cfm just declares a <CFDIV> for the purposes of loading content into it. The initi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 01/30/2008 Grade: A Views: 0
I am using Dreamweaver and Coldfusion. I'm inserting a record into the database and I need to get the USERID that is created from the resulting Insertion. I need to pass that on to a secure results...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_23132921...