Re: CFIDE directory
I use my own server. So I can do there what I want.I did the following : see answer in the previous thread :http://www.michaels.me.uk/post.cfm/securing-your-coldfusionmx-installa tion-on-windows Pierre.
View ArticleRe: Coldfusion session timing out too soon?
The web is stateless. For example. Your PC > Makes a request to > Web ServerWeb Server: Hi!, you have no cookie, this is your first visit here, here's your file.Your PC > Makes another...
View ArticleRe: Coldfusion session timing out too soon?
sorry forgot to say, no it isnt using subdomains. if i read what you are saying correctly, then as long as I make a page request to the server within 45minutes the cookie and the session should stay...
View ArticleRe: CF10 Server Oddities - Flakiness
Thank you, Carl! I also found, thanks to another forum item, that the virtual directories of CFIDE and jakarta need to be present on every website, otherwise that 404 error comes shining through. That...
View ArticleRe: Coldfusion session timing out too soon?
Yes. We've confirmed the cookie is being set with the proper value. Now we just have to troubleshoot the issue where your session is not staying maintained before that timeout value. For clarification,...
View ArticleColdFusion applets on Java 7.51 clients
Our application contains some legacy code that still relies on cfgrid. We’re finding that our end users can no longer use these pages once they have upgraded java. When they try to use these pages with...
View ArticleRe: Coldfusion session timing out too soon?
the problem seems to be that after i log in i set a session variable called userID and if that userID isnt defined you have to log in again but i am still using the site so why do I have to log in...
View ArticleRe: Coldfusion session timing out too soon?
also the page I was just running did have all the sessions listed but i've left it for about 10mins and now it only shows the cfid, cftoken, sessionID and urltoken
View ArticleRe: Coldfusion session timing out too soon?
My bad, I meant to type <cfdump> not <cfoutput> (yeah, you cannot output complex objects). But it does sound like you're having an issue with CF-related login functionality. Your session...
View Articlethe download sites are down
Ideally I would like to download ColdFusion 8 Developer, but I'd settle for 10 if that's all we can get. But all of the links to download ColdFusion give a 404 page. Help?
View ArticleRe: the download sites are down
They're back up now. This isn't the first time the pages have been down, though. Especially this page: http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Rick, Which code sample are you are trying? Chris's or mine? -Carl V.
View ArticleRe: I cannot open any PDF file - Please help!
You need to post this to the Acrobat forum. This is the ColdFusion forum. http://forums.adobe.com/community/acrobat -Carl V.
View ArticleColdFusion 8 & Apache 2.4
I know Coldfusion doesn't officially support Apache 2.4 yet or at least I haven't found any documentation saying it does, but was wondering if it can. Has anyone successfully gotten CF8 or any other...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Hmmm. I just tried the same approach on a table in one of my databases, and got back 2014 results. If you dump your "mydatetime" variable, what does it look like?-Carl V.
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
mydatetime: {ts '2014-01-16 10:56:19'} I neglected to tell you that this database is older work that i did on ms access as opposed to mySQL. Does it matter? Additionally, the query is also showing all...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Uggghhh. MSAccess SQL may require wrapping your dates in pound signs (#) (I don't have the ODBC services installed on my machine to test this out). If it does require the pound signs, you have to...
View ArticleRe: When will Coldfusion 10 be updated with a newer version of Tomcat, to...
I've been escalating through various channels and I have a conference call setup next week with some people at Adobe. Hopefully that call will reap some good news.
View ArticleRe: binding selectedNode in cftree to cfinput
Same issue here. Did you ever get it working?
View Article