Eric Roberts wrote:
> You can use structClear(session) to kill it.
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.

>   The browser closing doesn't always clear the session
Closing the browser NEVER clears that session.  Your browser does not go 
back to every server you have visited today and go "I'm closing now, 
please clear all data, thank you".  It just closes and the server never 
hears back from you.  You can use the techniquest described above to 
dissociate the user at this time to any session data so they can never 
interact with it again, if you desire.  But again the OnSessionEnd event 
will not fire until the defined session timeout occurs.

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