RE: CFError bummer

2004-06-10 Thread Marlon Moyer
[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 12:15 PM > To: CF-Talk > Subject: RE: CFError bummer > > I use a single CFERROR template which then does a CFSWITCH on > #error.rootcause.type# to pick the actual type of the exception, and then > process accordingly (redirect,

Re: CFError bummer

2004-06-10 Thread Jeff Garza
Sent: Thursday, June 10, 2004 8:42 AM   Subject: CFError bummer   I had this great idea for my web apps.  Anytime I needed to have a user   authenticated, I'd check to see if the session.is_authenticated variable   was set and if not, I'd throw a custom error type of "notLoggedIn&

RE: CFError bummer

2004-06-10 Thread Barney Boisvert
> -Original Message- > From: Marlon Moyer [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 8:43 AM > To: CF-Talk > Subject: CFError bummer > > I had this great idea for my web apps.  Anytime I needed to > have a user > authenticated, I'd check to

CFError bummer

2004-06-10 Thread Marlon Moyer
I had this great idea for my web apps.  Anytime I needed to have a user authenticated, I'd check to see if the session.is_authenticated variable was set and if not, I'd throw a custom error type of "notLoggedIn".  In my application.cfm file I'd have a cferror tag that would trap this error and send