Security Setup/Array Find

2006-08-03 Thread Eric J. Hoffman
We have a complex matrix to determine granular security levels in our new app. We are planning on putting the resulting matrix into an array stored within a structure of their personal data. So we store all their capabilities in the different sections in the array, right? Session.auth.username

RE: Security Setup/Array Find

2006-08-03 Thread Snake
http://www.cflib.org/udf.cfm/arrayfind - Snake -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: 03 August 2006 19:30 To: CF-Talk Subject: Security Setup/Array Find We have a complex matrix to determine granular security levels in our new app. We are planning

RE: Security Setup/Array Find

2006-08-03 Thread Munson, Jacob
Or, ListFind(ArrayToList(array)) -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 12:56 PM http://www.cflib.org/udf.cfm/arrayfind -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: 03 August 2006 19:30

RE: Security Setup/Array Find

2006-08-03 Thread Bobby Hartsfield
..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 2:30 PM To: CF-Talk Subject: Security Setup/Array Find We have a complex matrix to determine granular security levels

RE: Security Setup/Array Find

2006-08-03 Thread David S. Neuman
. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 2:16 PM To: CF-Talk Subject: RE: Security Setup/Array Find Or, ListFind(ArrayToList(array)) -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent

RE: Security Setup/Array Find

2006-08-03 Thread Everett, Al \(NIH/NIGMS\) [C]
, 2006 4:00 PM To: CF-Talk Subject: RE: Security Setup/Array Find This question is an extension of the original question about the security setup. Is an array even the best way to go about this, or is there a better way? Our security setup gives users different permissions for different parts