Community Member Profile
- Profile: /members/3138-Jaseowns.htm
- Comments: 2
- Points: 22
Recent Blog Comments By Jaseowns
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Mar 23, 2009 at 3:27 PM
For my sites, I try to use OnRequestStart as a predefiner for any variables I might need to have or already know (mostly session information.) to make sure I can get to whatever I'm trying to hit. My OnRequest would actually be the output I'm going to send to the browser. Personal preferenc... read more »
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Mar 23, 2009 at 2:48 PM
I also get similar errors at least two or three times a day. It happens with my session.userID. But the location of the errors happen in places that a user should have never been able to get too. Here is a stripped out example of my problem. OnRequestStart: <!--- m... read more »



