Thanks all. I just wasn't sure about the best practice...

-----Original Message-----
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Tuesday, September 08, 2009 4:27 PM
To: cf-talk
Subject: Re: onSessionEnd & clearing session scoped variables


> What is the best/proper way (using CF8) to clear all session variables 
> in the onSessionEnd method of Application.cfc? Should I clear the 
> variables individually? Should I clear the entire session scope? Or, 
> since I have a default session timeout, do I need any of this code at all?
See below.

You don't have to do anything. CF will clear them from memory for you.

Dave Watts




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326114
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to