Questions tagged [application.cfm]
35 questions
0
votes
0 answers
Date in SQL Server different with output in .cfm
I have SQL code like this:
select Date from AAA where ID = 1
Date value for ID = 1 is '2015-03-16'
When I execute in SQL Server it shows '2015-03-16'.
But why if I execute the same query in .cfm it shows '2015-03-14' ?
All of data will have…
0
votes
1 answer
ColdFusion9 session variables randomly clear
I have an application that keeps giving me Variable undefined in session. This happens randomly. I can click on a page and get the error, log out and then back in and click on the same page and don't get the error, click three more pages fine, then…

Lauren Robinson
- 443
- 2
- 9
- 26
0
votes
2 answers
How to reinitialize the website in Application.cfm file scope
Maybe the Title seems bit odd, but my question is straight, how can reinitialize the application with Application.cfm, i know how we do in Application.cfc like
if(structKeyExists(url, 'reinit')) {
…

Regual
- 377
- 1
- 5
- 20
-3
votes
1 answer
How to call a function in coldfusion
I a test.cfc I have created a component in Application.cfc using
Now how do I call a method…

cfuser
- 31
- 1
- 4
-4
votes
2 answers
Using session without declaring session in Application.cfm
I need to use session without declaring session in application.cfm in coldfusion.

Alexix
- 37
- 5