0
application.cfm/webservice

/t5/coldfusion-discussions/application-cfm-webservice/td-p/99532
Nov 21, 2008
Nov 21, 2008
Copy link to clipboard
Copied
I have a webservice inside web folder and my application.cfm
file as root level. But somehow in CF 8 its include application.cfm
file in my webservice. As I know application.cfm file run first
every time i run the page. I mean behind the seen. How can igonre
this file. I am not even including in my webservice but still
includes automatically. I don't have any problem running in CF 7.
Only problem I have in cf 8. Any idea?
Thanks
Thanks
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/application-cfm-webservice/m-p/99533#M9729
Nov 23, 2008
Nov 23, 2008
Copy link to clipboard
Copied
What happens when you use an Application.cfm that is empty,
except for the following line of code?
<cfapplication name="myWebservice"
applicationtimeout="#createtimespan(1,0,0,0)#"
sessiontimeout="#createtimespan(0,0,20,0)#"
sessionmanagement="yes"
setclientcookies="yes">
(N.B.: Application.cfm with capital letter A)
<cfapplication name="myWebservice"
applicationtimeout="#createtimespan(1,0,0,0)#"
sessiontimeout="#createtimespan(0,0,20,0)#"
sessionmanagement="yes"
setclientcookies="yes">
(N.B.: Application.cfm with capital letter A)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

