Re: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Asad Khan
I am having a huge problem right now, I have an application where I am using CFID/Cftoken as part of URL parameter. They are currently being maintained in the registry. As an aside, you really don't want to store client data in the registry. Use a database instead. What is the underlying

RE: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Adkins, Randy
Is there a message (comments) in here I am missing?? -Original Message- From: Asad Khan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 10:26 AM To: CF-Talk Subject: Re: CFID-CFTOKEN Major Issues. HELP I am having a huge problem right now, I have an application where I am

Re: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Asad Khan
Hi Dave: First of all thank you for your suggestions. I ahve couple of questions here. I have one app that is pointing to registry and one pointing to datasource. I know that data source is the correct way of handling. I notice the app where the admin is set to datasource, and when i look in

Re: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Asad Khan wrote: what will this do by setting url.cfid=client.cfid. If I do this and a url.cfid= *cookie*.cfid would be better. client still emails the entire link with these id/token in the URL, will I still have the same issue... No, the ones in the actual URL in

Re: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Asad Khan
and still ahve the site work effectively. What would be my best solution... Asad Is there a message (comments) in here I am missing?? -Original Message- From: Asad Khan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 10:26 AM To: CF-Talk Subject: Re: CFID-CFTOKEN Major Issues. HELP

Re: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-24 Thread Asad Khan
and still ahve the site work effectively. What would be my best solution... Asad Is there a message (comments) in here I am missing?? -Original Message- From: Asad Khan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 10:26 AM To: CF-Talk Subject: Re: CFID-CFTOKEN Major Issues. HELP

RE: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-23 Thread Coldfusion
How are you handling security now? Session variable? -Original Message- From: Asad Khan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 8:27 PM To: CF-Talk Subject: CFID-CFTOKEN Major Issues. HELP I am having a huge problem right now, I have an application where I am

RE: CFID-CFTOKEN Major Issues. HELP!!!!

2007-05-23 Thread Dave Watts
I am having a huge problem right now, I have an application where I am using CFID/Cftoken as part of URL parameter. They are currently being maintained in the registry. As an aside, you really don't want to store client data in the registry. Use a database instead. What is the underlying