secure way to pass variables (was RE: Securing CF Apps.)

2004-03-24 Thread Robert Redpath
All this talk of ways to cracking systems has me paranoid. So what is the best way to pass a variable between 2 pages? Using SSL, encrypting/decrypting a session variable (or CFID CFTOKEN)? -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24,

RE: secure way to pass variables (was RE: Securing CF Apps.)

2004-03-24 Thread Dave Watts
All this talk of ways to cracking systems has me paranoid. So what is the best way to pass a variable between 2 pages? Using SSL, encrypting/decrypting a session variable (or CFID CFTOKEN)? If you're worried about third parties being able to view HTTP requests and responses between the

Ways to pass variables

2001-09-24 Thread Michael S. Kimmett
Ok, one more question. I have a client that does not want variables passed through the URL ( security reasons ). But I am having problems passing a variable through a form (see previous message). Session variables are a not permitted on thie project. Does anyone have another idea on how

Re: Ways to pass variables

2001-09-24 Thread Bruce Sorge
How about client variables? - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 12:02 PM Subject: Ways to pass variables Ok, one more question. I have a client that does not want variables passed through

Re: Ways to pass variables

2001-09-24 Thread Mike Tangorre
hidden form fields - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:02 PM Subject: Ways to pass variables Ok, one more question. I have a client that does not want variables passed through the URL

Re: Ways to pass variables

2001-09-24 Thread Bruce Holm
: Monday, September 24, 2001 10:23 AM Subject: Re: Ways to pass variables hidden form fields - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:02 PM Subject: Ways to pass variables Ok, one more

Re: Ways to pass variables

2001-09-24 Thread Mike Tangorre
good call Bruce, that thought didn't even come into mind.. :-) - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:30 PM Subject: Re: Ways to pass variables Hidden form fields can be views in the HTML page source

RE: Ways to pass variables

2001-09-24 Thread Adkins, Randy
well then client vars is another way. -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 1:30 PM To: CF-Talk Subject: Re: Ways to pass variables Hidden form fields can be views in the HTML page source view...so not ideal for security reasons

Re: Ways to pass variables

2001-09-24 Thread Alex
wddx or cookie On Mon, 24 Sep 2001, Mike Tangorre wrote: hidden form fields - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:02 PM Subject: Ways to pass variables Ok, one more question. I

pass variables

2000-07-12 Thread janey smith
i have a problem passing variables to an edit page, it passes the field pol_question fine but for the answer fields my loop is incorrect, it just reproduces the answers 5 times each. each answer is the ans_answer table is related to the pol_question through the pol_id, any help would be

Re: pass variables

2000-07-12 Thread kraybill
"janey smith" [EMAIL PROTECTED] i have a problem passing variables to an edit page, it passes the field pol_question fine but for the answer fields my loop is incorrect, it just reproduces the answers 5 times each. each answer is the ans_answer table is related to the pol_question through

Re: pass variables

2000-07-12 Thread Brandon Whitaker
i have a problem passing variables to an edit page, it passes the field pol_question fine but for the answer fields my loop is incorrect, it just reproduces the answers 5 times each. each answer is the ans_answer table is related to the pol_question through the pol_id, any help would be

RE: pass variables

2000-07-12 Thread Philip Arnold - ASP
i have a problem passing variables to an edit page, it passes the field pol_question fine but for the answer fields my loop is incorrect, it just reproduces the answers 5 times each. each answer is the ans_answer table is related to the pol_question through the pol_id, any help would be

RE: pass variables

2000-07-12 Thread Bert Dawson
SIZE="45" VALUE="#GetAnswers.ans_Ans#" INPUT TYPE="hidden" NAME="ans_id#variables.count#" VALUE="#GetAnswers.ans_id#" BR /CFOUTPUT Bert Dawson -Original Message- From: janey smith