Kevin
Member since Jul 5, 2012
- Profile: /members/10103-kevin.htm
- Comments: 2
Recent Blog Comments By Kevin
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Jul 5, 2012 at 4:34 PM
OK, finally figured it out through trial and error. Did not find (complete) documentation that explained how to do this. Set this in the Application.cfc (beneath the <cfcomponent> tag) <cfset THIS.sessioncookie.timeout = "-1" > and this will cause the cfid & cftoken cook... read more »
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Jul 5, 2012 at 8:20 AM
Ben, I have not been able to get this procedure to work in Coldfusion 10(it worked fine for the last 7 years with CF 7 & 8). In CF10, CFID & CFToken gets set with an expires time based on the "Session Cookie Settings" in the CF10 Administrator (under Memory Variables) (minimum sett... read more »