RE: Bind Syntax question...

2008-08-24 Thread MariusMilosav
No, you can put it in another directory and then specify the full path when calling it: bind=cfc:fullpath.toyour.cfcs.cfcName.functionName()... so the directory structure will be like this: fullpath/toyour/cfcs/cfcName.cfc Regards Marius Milosav ScorpioSoft Corp. www.scorpiosoft.com

RE: Forcing a page refresh even when the back button is used.

2008-07-25 Thread MariusMilosav
Try also the following: cfheader name=cache-control value=no-cache, no-store, must-revalidate / cfheader name=cache-control value=post-check=0, pre-check=0 / cfheader name=last-modified value=1 Jan 2000 08:00:00 GMT / cfheader name=pragma value=no-cache / Regards Marius -Original