How do you clear the application scope from inside an Application.cfc?
I have something like this but it doesn't work..
<cfcompoent>
<cfscript>
if (structKetExists(URL, "init")) {
structClear(this);
}
</cfscript>
....and so on
Do you need to call it elsewhere?
Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" 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/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---