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 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 to move variables and their values from page to page?

 Thanks in advance.

 --Michael

 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 ( 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 to move variables and their values from page to page?

 Thanks in advance.

 --Michael

 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Ways to pass variables

2001-09-24 Thread Bruce Holm

Hidden form fields can be views in the HTML page source view...so not ideal
for security reasons either.  It's less blatantly obvious but still viewable
to prying eyes.

Bruce
[EMAIL PROTECTED]

- Original Message -
From: Mike Tangorre [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: 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 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 to move variables and their values from page to page?
 
  Thanks in advance.
 
  --Michael
 
 
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 view...so not
ideal
 for security reasons either.  It's less blatantly obvious but still
viewable
 to prying eyes.

 Bruce
 [EMAIL PROTECTED]

 - Original Message -
 From: Mike Tangorre [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: 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 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 to move variables and their values from page to page?
  
   Thanks in advance.
  
   --Michael
  
  
 
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 either.  It's less blatantly obvious but still viewable
to prying eyes.

Bruce
[EMAIL PROTECTED]

- Original Message -
From: Mike Tangorre [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: 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 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 to move variables and their values from page to page?
 
  Thanks in advance.
 
  --Michael
 
 
 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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 to move variables and their values from page to page?
 
  Thanks in advance.
 
  --Michael
 
  
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists