> rather than invoking this in the header webskin, where would be a good > place to get/set this value so its available before any webskins are > called?
Chris, Since you need it on each page request, I would advise setting the variable to the request scope and save it in projects/myProject/config/ _serverSpecificRequestScope.cfm. That's how I've always done things like this. -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
