Did you check the configuration for "Caching" in der ColdFusion Administrator ?
Using "Trusted cache" and "Save class files" in a development enviroment can cause problems. A lot of CF-Developers forget to delete the "class" files (that are generated by ColdFusion) after they have changed files/templates/etc. in their development enviroment. It depends on you type of ColdFusion installation (Windows or Linux -> "Single-Server" or "Multil-Server") where you can find the class files (for example: Windows Single-Server: C:\CFusionXXX\wwwroot\WEB-INF \cfclasses) - Windows-Multiserver: C:\JRun4\servers\cfusion\cfusion-ear \cfusion-war\WEB-INF\cfclasses). Since I don't use caching in my development enviroment problems are minimized. I use the following caching configuration in the CF administrator under section "caching": ---------------------------------------------------------- "Maximum number of cached templates" => 0 "Trusted cache" => Not checked "Save class files" => Not checked "Cache web server paths" => Not checked "Maximum number of cached queries" => 0 ---------------------------------------------------------- Perhaps this helps !? On 31 Aug., 19:02, danpirvu <[email protected]> wrote: > I have farcry 5.0.2 and one website with some resticted > access(protected by user and password). After i restart the computer > some public pages required user +password to acces them. But after i > go to farcry core, reload application scope all problems disapear. But > no all the time is happened and not on all testing computers. > Is there one solution for this strange problem? -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
