I noticed core/tags/webskins/view.cfm is getting called 4 times so I put in a filter for my webskin and sent an email of my session counter
And I do get 4 emails - each with a different counter value The value of the counter in the second email is the value that is appearing on the website. 2009/1/23 Jeff Coughlin <[email protected]> > > > I have a includeObj that calls a function and I noticed that the > > function is getting called 4 times. > > > > I put a session counter on the page and output it - it is only > > getting outputted once, but the counter is incrementing by 4 each > > time. > > > > I turned on debugging and the template is only getting called once. > > > > Anyone got any ideas what might be happening here? > > 1. First thing is to make sure it's not your code. Easiest way is to > create a new include file with nothing but a "Hello World" in a > cfoutput. See if it loops 4 times. If yes, then there is something > wrong outside of your code. > 2. What version of FarCry are you using? > 3. If using 4.0.7+, you might want to check in your project's webskin/ > dmProfile folder (or webskin/types folder) and see if you have some > kind of loop going on there. > > Regards, > > -- > Jeff Coughlin > Web Application Developer > http://jeffcoughlin.com > > > > -- AJ Mercer Web Log: http://webonix.net Once you come to the realisation that everyone is crazy, You will never be surprised or disappointed ever again. AJM 2008 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
