On 22/02/2006, at 1:17 PM, Tom MacKean wrote:

> What is the best way to clear old values to make this change  
> happen? Anybody got a "best practice"?

In onRequestStart:

<cfscript>
        if structKeyExists(url, "reset") {
                structClear(application);
                structClear(session);
        onApplicationStart();
        onSessionStart();
</cfscript>

Probably "best" enough...

______________

Robin Hilliard
Director - RocketBoots Pty Ltd
Professional Services for Macromedia Technologies
http://www.rocketboots.com.au

For schedule/availability call Pamela Higgins:
w    +61 7 5451 0362
m    +61 419 677 151
e    [EMAIL PROTECTED]

or Direct:
m    +61 418 414 341
f    +61 2 9798 0070
e    [EMAIL PROTECTED]

  *** What do you mean you haven't registered for Webdu! Fie!! ***

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to