|
|
Q3004 How can I delete session variables from my application?
irt.org | Knowledge Base | ColdFusion | Q3004 [ previous next ] Q3004 How can I delete session variables from my application?ColdFusion 4.0 includes the new concept of structures. Structures can be used for managing lists of key-value pairs. The Session object is actually a built-in structure, so all of the structure-related functions can be used on it. Suppose we have the variable SESSION.AccountID. The following code would delete the session variable.
To clear the data from all current session variables, you can use the StructClear() function:
Feedback on 'Q3004 How can I delete session variables from my application?' |
-- div -->
|