Howdy people,

I have found a tiny issue with our application. When we close the
browser it doesn't release the application. i.e. the session doesn't
seem to clear.

1. Is there a way to totally blow away all sessions when the browser
closes. prefer not to call another page using javascript if we can get
away with it.

2. Does Application.cfc have any abilities to cater for this?

3. Any other ideas.

Its becoming serious issue. Below is a little snippet of our
Application.cfm pretty standard stuff.

<cfapplication
         name="Validator_2_3_DEV"
         sessionmanagement="yes"
        setclientcookies = "true"
        sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
         clientmanagement="true">


<cfset cookie.cfid = session.cfid>
<cfset cookie.cftoken = session.cftoken>

Jeremy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to