Application security structure

2003-03-27 Thread John Stanley
Running CFMX Okay, this is a very basic question for alot of you, but one that gives me pause everytime it comes up. I am developing a large application-level web site that will house several smaller applications inside of it. I am using application and user-groups defined roles for each user to

RE: Application security structure

2003-03-27 Thread Bryan F. Hogan
Stanley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:40 PM To: CF-Talk Subject: Application security structure Running CFMX Okay, this is a very basic question for alot of you, but one that gives me pause everytime it comes up. I am developing a large application-level web site

RE: Application security structure

2003-03-27 Thread Bryan F. Hogan
-Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:40 PM To: CF-Talk Subject: Application security structure Running CFMX Okay, this is a very basic question for alot of you, but one that gives me

RE: Application security structure

2003-03-27 Thread Ben Doom
, then the user isn't logged in by definition. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: John Stanley [mailto:[EMAIL PROTECTED] : Sent: Thursday, March 27, 2003 1:40 PM : To: CF-Talk : Subject: Application security structure : : : Running CFMX

Application security structure -- ADDENDUM

2003-03-27 Thread John Stanley
: Thursday, March 27, 2003 1:40 PM To: CF-Talk Subject: Application security structure Running CFMX Okay, this is a very basic question for alot of you, but one that gives me pause everytime it comes up. I am developing a large application-level web site that will house several smaller

Re: Application security structure

2003-03-27 Thread ksuh
, 2003 11:39 am Subject: Application security structure Running CFMX Okay, this is a very basic question for alot of you, but one that gives me pause everytime it comes up. I am developing a large application-level web site that will house severalsmaller applications inside of it. I am

RE: Application security structure

2003-03-27 Thread John Stanley
thanks for your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:54 PM To: CF-Talk Subject: Re: Application security structure You need to check to see if the user is being redirected to that page. If they are, then they should

RE: Application security structure

2003-03-27 Thread John Stanley
bryan, thanks for your help -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:46 PM To: CF-Talk Subject: RE: Application security structure P.S. It should be: cfif session.Auth.UserID eq 0 and not FindNoCase('init.cfm',Script_Name

RE: Application security structure

2003-03-27 Thread John Stanley
ben, thanks for your help -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:49 PM To: CF-Talk Subject: RE: Application security structure You have to make an exception for the login page, else it keeps trying to redirect from the login page

RE: Application security structure -- ADDENDUM

2003-03-27 Thread Bryan F. Hogan
- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:51 PM To: CF-Talk Subject: Application security structure -- ADDENDUM I dont know if this matters, but the default page for this site is int.cfm which is a frame page that calls the page content.cfm. this page checks