Session Variable

2004-03-14 Thread Dwayne Cole
The IE 6 version of the cookie headers is causing problems with my session variables. Issue: Credit Card processing with 3rd party site (card services linkpoint HTML) Process: Store cart in session variables.click for secure check out which leads the shopper to linkpoint to enter credit card

RE: CF Admin Server Reports - no access privileges

2004-03-14 Thread Earl, George
John said: Take a look at the following: http://www.macromedia.com/support/coldfusion/ts/documents/tn17948.htm Reporting pages on the Tools page within the ColdFusion Administrator cannot be viewed if the current ColdFusion Administrator password has any special characters such as !, , or

RE: Session Variable

2004-03-14 Thread Paul Vernon
Dwayne, We don't rely on session variables for this sort of function as as you have found with the new privacy stuff in IE, sessions cannot be relied upon. Instead, the way we do it is that we have a field in the orders table that indicates completion of the payment or not. We insert the

Re: Session Variable

2004-03-14 Thread Cutter (CF-Talk)
Can you use a hidden frame when going to and from your gateway? By doing so your user would stay within your site while the transaction is processed so your session variables may continue to exist. Just a thought... Cutter Paul Vernon wrote: Dwayne, We don't rely on session variables for

RE: Session Variable

2004-03-14 Thread Paul Vernon
Can you use a hidden frame when going to and from your gateway? By doing Wouldn't that break the SSL in the sense that the browser would be showing content from both secure and non-secure areas and hence the all important padlock logo would disappear from the browsers status bar??? I know the

RE: Session Variable

2004-03-14 Thread Dwayne Cole
Dwayne, We don't rely on session variables for this sort of function as as you have found with the new privacy stuff in IE, sessions cannot be relied upon. This is awful. Hundreds of thousands of websites can be affected Instead, the way we do it is that we have a field in the orders

Re: Session Variable

2004-03-14 Thread Jochem van Dieten
Dwayne Cole said: Process: Store cart in session variables.click for secure check out which leads the shopper to linkpoint to enter credit card number.After processing the user is instantly returned to our site.From there, cart information is pulled from the session varible and deposited in

RE: Session Variable

2004-03-14 Thread Matt Robertson
Paul Vernon wrote: Wouldn't that break the SSL Not if the controlling frame is secure itself.Don't forget to have your P3P policy in place to keep IE from barfing for a whole different reason. Matt Robertson [EMAIL PROTECTED] MSB Designs,

Compare List

2004-03-14 Thread cfhelp
Will Compare(String1,String2) work to compare a list? I have a Comma Delimited list of GUIDS (up to 50 for each state). That I need to compare to a list GUIDS from a Query. If they match then return true (1). The GUIDS in the list may not be in the same order as the GUIDS from the query. Any

Re: Compare List

2004-03-14 Thread Dave Carabetta
Will Compare(String1,String2) work to compare a list? *Technically,* you could probably use compare() if you can guarantee the order and casing of the elements in each list. But, I wouldn't rely on this. I have a Comma Delimited list of GUIDS (up to 50 for each state). That I need to compare

RE: Quick SQL Question...

2004-03-14 Thread Mark A. Kruger - CFG
That's a neat trick- saves a lot of typing. Thanks! -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:35 PM To: CF-Talk Subject: RE: Quick SQL Question... thank you! -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL

RE: Compare List

2004-03-14 Thread Greg Luce
You're looking for a match where both lists contain the same values, but possibly in different orders right? I would try: cfset state_list = 1,2,3,4,5,6,7,8 cfset query_list = 9,8,7,6,5,4,3,2 cfif listlen(state_list) EQ listlen(query_list) cfloop index=i list=#state_list# cfif NOT

RE: Session Variable

2004-03-14 Thread Paul Vernon
Not if the controlling frame is secure itself.Don't forget to have your P3P policy in place to keep IE from barfing for a whole different reason. I guess though that most people that use gateways use them because they dont want the extra hassle of installing certificates or cannot install them

RE: Session Variable

2004-03-14 Thread Paul Vernon
LinkPoint Basic, at least as far I have tried, allows for you to pass customed fields but the values of the fields are empty when the shopper returns. If this is the case and they are just returning as URL or Form variables then I'd get in touch with their support team for advice as to why you

HTTPS: what factors disable it?

2004-03-14 Thread Reed Powell
Once again I'm in slightly new territory.Never had to worry about https in the past, everything was inside of the corporate network and no one really cared.Now I'm in the real world and... I have a site with a secure area that works fine when I test with a simple HTML file - in other words, the

RE: HTTPS: what factors disable it?

2004-03-14 Thread Mark A. Kruger - CFG
Reed, If all items on the page are not secure then the page is NOT secure. Unless you have disabled the message you will see all items on the page are not secure - do you still want to display the page? in a pop-up - then you must click ok to continue (that's in the ubiquitous IE 5+).Other

Re: CFX_Cybercash error

2004-03-14 Thread Lewis Sellers
At 04:46 PM 3/10/2004, you wrote: Has anyone seen an error with CFXs similar to this? This is on Windows, CFMX: Native CFX library does not have a ProcessTagRequest entry point ProcessTagRequest is the name of the entry point/function that is exposed from a C++ DLL that ColdFusion calls on the

RE: Compare List

2004-03-14 Thread Brendan Avery
Compare(ListSort(list1,text),ListSort(list2,text) Boo-yah. == Brendan Avery -- http://www.brendanavery.com == -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 1:40 PM To: CF-Talk Subject: RE: Compare List You're looking for a match where both

RE: Compare List

2004-03-14 Thread Greg Luce
Brendan, What would you use to for the sort order? These lists can be in any order. Such as: 1,2,3,4,5 And 3,1,2,5,4 How would you compare these 2 lists using these functions? Greg -Original Message- From: Brendan Avery [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 5:29 PM

RE: Frameworks

2004-03-14 Thread Dave Watts
Switch-box gets little press largely because I don't spend time promoting it.Nevertheless here are some things to consider when choosing your framework. -- the single biggest problem with building a Web application is actor messages. It is not CF code, nor DB design, nor Web page

RE: Compare List

2004-03-14 Thread cfhelp
Worked Perfect! Thanks Rick -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 1:40 PM To: CF-Talk Subject: RE: Compare List You're looking for a match where both lists contain the same values, but possibly in different orders right? I

RE: 20 meg updater for DWMX 2004

2004-03-14 Thread Dave Watts
Consider these points: 1. Dreamweaver MX 2004 is not entirely a cheap product. 2. You cannot obtain HomeSite+ without purchasing Studio MX or Dreamweaver MX. Every time this comes up, I still don't understand it. You can buy Dreamweaver MX and spend less than you would've to get CF Studio

RE: Compare List

2004-03-14 Thread Bernd VanSkiver
The ListSort() function sorts the lists and puts them in the same order and then the Compare() checks if the lists are the same. Bernd VanSkiver [EMAIL PROTECTED] 801.520.5957 -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 5:43 PM To: CF-Talk

Newbie Question

2004-03-14 Thread kevin
Greetings all, I know this is a stupid question to all of you,but for the life of me I can not find the answer in the referance material. I am in need of the code to check to see if a record already exists is the table before I try to add it. Thank for any help you can offer me. It is only my

RE: Newbie Question

2004-03-14 Thread Paul Vernon
cfquery name=checkforrecord datasource= SELECT ID FROM MyTable WHERE Field = mycriteria /cfquery cfif checkforrecord.recordcount IS 0 !--- Insert a record here--- cfelse !--- update a record here or ignore the insert request --- /cfif Paul [Todays Threads] [This Message]

Re: Newbie Question

2004-03-14 Thread Mystic
THANK YOU!!! :-D You are the Man!! This is what I have searched the doc the last 4 hours for!!! Kevin - Original Message - cfquery name=checkforrecord datasource= SELECT ID FROM MyTable WHERE Field = mycriteria /cfquery cfif checkforrecord.recordcount IS 0 !--- Insert a record