IIS7.5 and ColdFusion10(Developer)
I installed ColdFusion10 Developer on my Win7 desktop with IIS7.5 but when I go to localhost/xxx.cfm a popup dialogue box opens >> Opening .cfm file...You have chosen to open index.cfm which is a...
View Articlewhat's the value of an autosuggest input field?
Under normal circumstances, I can copy the content of the users's form field input into another field, just by simply javascripting (using onChange, and this.form.field.value). In a CFInput field that...
View ArticleHow to Set up HTTPOnly and SECURE FLAG for session cookies
Hi All, To fix some vulnerability issues (found in the ethical hacking , penetration testing) I need to set up the session cookies (CFID , CFTOKEN , JSESSIONID) with "HTTPOnly" (so not to access by...
View ArticleYet another CFIDE vulnerability!
RE: http://www.adobe.com/support/security/advisories/apsa13-03.html Open letter to Adobe… Adobe, Please assign someone to trend all the ColdFusion vulnerabilities for the last five years. I am...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleLosing Header Information from Siteminder
We have been working to migrate several of our internal CF8 sites over to a new CF11 server. I have only been supporting CF for about a year, so I'm afraid I am not as knowledgeable as I should be....
View ArticleLogin failed for user ''. when verifying datasource connection in Coldfusion...
All other datasource connections are verified OK except one connection to SQL Server and on verification it gives an error Login failed for user".I'm using mixed mode authentication in SQL Server. Can...
View ArticleUsing ESAPI in CF10/11 for sanitizing input
Hello, all, The boss has given me the green light for getting rid of Portcullis in favor of ESAPI. GREAT!! But all the documentation I've been looking at isn't really helping me to implement it. What...
View ArticleWhy are there no files after my Dreamweaver Import
I have recently inherited a directory of ColdFusion code developed in Dreamweaver. After downloading the source from svn into a local development directory, I attempted to follow the instructions I...
View ArticleHTTP Error 500.0 - Metaspace
So, we've been running CF11 on our development servers for nearly a year as we worked out several issues. Thinking all was well and good we've deployed it to our production servers only to have a...
View ArticleHow to increase the maximum number of request to Coldfusion10 page.
Hi,We are using Enterprise version of Coldfusion10 with 3 instance.A maximum of 100 users is able to access the application with a little bit of slowness after which either the subsequent request hangs...
View ArticleCFHTTP to get response variable
Hi all,I am integrating the HSBC CPI to a site at the moment, and am having some difficulty in getting the value of the CPI hash. I am attempting to use CFHTTP to post form variables to a page to get...
View ArticleColdfusion service not starting after system restart
After I restarted server today , coldfusion application service could not start server.I tried to restart it manually through component service , but it did not. There were no logs in...
View Articlepeer not authenticated error CFHTTP
Hi I'm trying to call a web page using cfhttp. The url works fine and returns XML when called directly from the browser (any browser) but fails with the following error message when called from a .cfm...
View ArticleTomcat exception Cannot call sendError() after the response has been committed
CF 10 Developer Edition. Windows XP SP3 When submitting a page that worked fine in CF 7 on this machine, I get an error I've never seen before: ==================HTTP STATUS 500- description: The...
View Article64-bit ColdFusion 9 ODBC drivers confusion? (architecture mismatch)
Hi all - I'm having problems setting up ColdFusion ODBC sources in a pure 64-bit environment. Server specs:Windows 2008 R2 (64-bit)ColdFusion 9.01 (251028) Enterprise, 64-bit I have 64-bit ODBC drivers...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View Article#SESSION# variables and iFrame
Hello, all, I've got a page that contains an iFrame. When loading the parent via HTTP, the page loading in the iframe via HTTP can see session variables with no problem. However, when I load that same...
View ArticleCFHTTP calls hang indefinitely even when timeout is set
I am using CFHTTP to make calls to a REST API. Occasionally, the server that hosts this API crashes due to the calls we are making (this is a server inside our company's enterprise). When that happens,...
View ArticleDatabase-related enhancements in ColdFusion 10
Anyone use this feature on coldfusion administrator yet? I tried to follow the following link Database-related enhancements in ColdFusion 10 - ColdFusion, English documentation - Adobe Learning...
View Article