if you have declared the OnSessionEnd in the application.cfc, can't  
you specifically call that function?
<cfscript>
        structClear(session);
        OnSessionEnd();
</cfscript>

william


On Mar 12, 2008, at 12:18 PM, Ian Skinner wrote:

> That will clear the session data, but it will not close it.  I.E. the
> OnSessionEnd will not fire at this time.  That event will not occur
> until the defined timeout.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301096
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