Alexander
Member since Dec 6, 2012
- Profile: /members/10480-alexander.htm
- URL: http://dna-x.com
- Comments: 1
Recent Blog Comments By Alexander
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Dec 6, 2012 at 8:13 PM
One question you are controlling Sessions in the onRequestStart <!--- Check to see if the user is logged in. ---> <cfif NOT SESSION.LoggedIn> <!--- ... do something ... ---> </cfif> Would it be a good idea to include a <CFSET STRUCTCLEAR(SESSION)> there to make su... read more »