R – Kill Session on browser close

application.cfcbrowsercoldfusionsession

My session is called "Session.MM_Username". I want to 'kill' it when a browser is closed. Can somebody explain how I might do this? For reference, here's my Application.cfc code:

<cfcomponent>
    <cfset this.applicationname="cfGossip">
    <cfset this.applicationname="true">
    <cfset this.sessionManagement = true />
</cfcomponent>