CF5 truncating my data
Is the following a bug in CF5, and if so has a solution/workaround? It did previously work in 4.5, but now it is acting very strangely. Has this change in behavior been documented somewhere? The problem is occuring on pages that use input range validation for numeric fields. When the user enters a numeric float value, it gets converted to integer, truncating the answer, and losing data.This does not happen in 4.5, yet the code is exactly the same. This is a serious problem to us, as data is getting lost on the page-reload. This is the only info I could find related to the problem, but no solution. http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threa did=323588&highlight_key=y&keyword1=%5Frange Here is the code Form Submission Test Entered Number: #Form.FormNum# Enter Number: Thanks, Chris Bohill. __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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
Coldfusion /MS Exchange
Hi, Has anyone worked with cf & ms exchange server i.e accessing contacts, calenders etc. Can it be done? It would be much apreciated if it can be done for someone to show me the way or point me in the right direction. Thanks in Advance Chris Bohill WEB APPLICATIONS DEVELOPER Head Office 133-137 Lisburn Road, Belfast Northern Ireland BT9 7AG T +44 (0) 28 9022 3224 F +44 (0) 28 9022 3223 E [EMAIL PROTECTED] W biznet-solutions.com ** If you are not the intended recipient, or person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute or retain this message or any part of it. The opinions / views / comments on this e-mail do not necessarily reflect any views or policies of biznet The recipient should check this email and any attachments for the presence of viruses. biznet accepts no liability for any damage caused by any virus transmitted by this email. biznet 2001. ** __ 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: Session variable question
If there is a proxy server being used, the pages may be getting cached by the server. If cached, then user A can pull a cached page belonging to user B. The easiest solution is to add a random number at the end of each URL. This will mean the pages will never be the same (well the likelihood is drastically reduced) Cheers, Chris Bohill. Biznet -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: 23 April 2002 15:58 To: CF-Talk Subject: Session variable question I have seen this asked in the cf forums on macromedias site but don't see a clear answer so hopefully someone here can give me a clue. We have an order entry app running internally. I have 2 people that are in our sales dept that keep turning into one another while logged in. An example is, salesman A will be logged in and have administrative rights while salesman B will be logged in on another machine, doesn't have admin rights, but all of a sudden salesman B will have access to all the Admin stuff and be logged in as salesman A. One other weird thing is if salesman A logs out, it kills the session for salesman B. All session variables have been locked when they are created. The only thing I can think that might be happening is that the cfid and cftoken for these 2 guys are the same? we have about 25 people using this system and only these 2 people have this problem. If someone could give me an idea of what's going on I would really appreciate it. Thanks, Ben Densmore __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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
CFTTP and multiple file uploads??
Could anyone advise me on the following: Is there anyway of uploading more than 1 file at a time using the and input type="file etc? My predicament is the following: The client has a folder on his c: drive full of images (up to 60, it will be the same folder every time) so instead of uploading them to the server one at a time give him the ability to upload them either all at once or batches of 10 etc. My initial thoughts are to use and etc. Has anyone done this before or have any advise. Any advise will be welcome. Thanks in Advance Chris Bohill. __ 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
Problems with CFGridUpdate
I am having some trouble with CFGridUpdate, and was wondering if anyone had come across this error message. "Grid GeneralDetails not found". "The Grid GeneralDetails must be a control on the submitted form" Below is the code that I am using to update the table I have in the Database. My grid is called "GeneralDetails" and selectmode is set to Edit. The problem only stsrted to happen after we upgraded to CF5. Is this something to do with it? Any help would be greatly appreciated. Cheers, __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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
Saving a web page as an image
This is a probably shot in the dark, but is there a custom tag or code out there that will allow a user, at the click of a button, to capture the current web page that they are on, and save it as an image. Basically I have a client who is viewing dynamically generated graphs on a web page. Instead of having to take a screen dump, and save it as an image in some sort of graphics tool, the user wants to click a button and have that current page saved automatically as an image so that he can use it in future presentations. Is there an solution to this, or will the client have to do it the old fashioned way. Cheers, __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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: "Session Swapping" incident - proxy servers
Dimo, Our problem like yours is very isolated, happening to the same people, every once in a while. Unfortunately this "every once in a while", was once too much. It was actually Dan Allison who helped to confirm this for us (thanks Dan!!). We had a suspicion that it might have been the proxy servers, but were unsure why. Dan helped to explain this, and provide a solution! This is what he wrote: We had the same issue with session swapping about a 1 year and a half ago. It has nothing to do with your locking of variables, those looked fine. It actually is a proxy server issue. You've probably seen that all the session swapping occurs within a single company. User from different companies are not seeing each others data. That's because the proxy servers are caching the pages for speed. I'm happy to tell you that it is an easy fix. All you have to do is create a new client or session variable for each user that is a random number and then append that variable to your links. You should append it to all of your links if possible, but if you can't do that right away you should append it to the pages that load after a user logs in. Here's an example index.cfm?ControlNumber=86483682&The rest of your URL vars We have a site that uses frames and after a user logs in they go to the frameset. I just appended the variable to the frame calls and it solved my swapping issues. We then re-built our site and appended the variable to all the links in the site. There were quite a few but we have not had a session swapping incident since. HTH, Chris. -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 21:43 To: CF-Talk Subject: Re: Session Swapping" incident Chris: I just stumbled upon your thread about "identities" sharing. We have *EXACTLY* the same problem here, we run a CF-based forum application for maybe 1000-2000 users that are usually within the same company network and we have occasionally reports for mixed identities. Usually they happen when people post a message to a thread - they click "POST", it is stored correctly in the DB but as soon as the next page loads they seem to be a different user that is using the system as the same time. We have all the things you mentioned in place - session variables strictly locked, etc. but never figured it out. Of course, the incidence of these problems is not that high and the priority is still relatively low. What makes you think that proxies/firewalls are the reason this might be happening? Can you share more information on what you've discovered so far? Let me know if I can help with something in resolving this. Thanks, Dimo Chris Bohill wrote: > Thanks to everyone who gave their views and advice regarding this > problem I posted yesterday. The more we investigate, the more we feel > that is down to the proxy settings of the problem users below. > > Has anyone else had bad experiences with proxies/firewalls and session > variables swapping? > > Thanks again > > Chris. > > -Original Message- > From: Chris Bohill > Sent: 28 January 2002 15:04 > To: CF-Talk > Subject: Session Swapping" incident > > > We are developing an web based application, and have recently been > experiencing a number of "Session swapping" incidents. On two occasions > a user has been navigating the system, only to "Swap" sessions with > another user, who (we are not 100% sure) may also be viewing the site at > > the same time. > > Because a lot of the site is user-profile based, the user can tell > straight away that they have "Swapped". The user in question returned to > > the welcome page, but another users name and details were there. This > other user was in the same building but different floors, so they may > have been on the same network. > > For this to happen is pretty awkward, as much of the data is of a > sensitive nature, but we feel we have done as much as we can to reduce > the chance of this happening. > > We have locked all session variables and only refer to them as local > variables on pages that need them. see below: > > > > > > > When writing to a Session Variable we again use cflock, with type set to > > "Exclusive". > > All Session variables are locked when created on the Application page, > and are set to "Exclusive". > > When the user logs out of the system we use the following code to kill > all the session variables: > > scope="SESSION"> > > > > > StructDelete(Session, "VarOne"); > StructDelete(Session, "VarTwo"); > StructClear(Session); > > > > Are there known issues wit
RE: Session Swapping" incident
Thanks to everyone who gave their views and advice regarding this problem I posted yesterday. The more we investigate, the more we feel that is down to the proxy settings of the problem users below. Has anyone else had bad experiences with proxies/firewalls and session variables swapping? Thanks again Chris. -Original Message- From: Chris Bohill Sent: 28 January 2002 15:04 To: CF-Talk Subject: Session Swapping" incident We are developing an web based application, and have recently been experiencing a number of "Session swapping" incidents. On two occasions a user has been navigating the system, only to "Swap" sessions with another user, who (we are not 100% sure) may also be viewing the site at the same time. Because a lot of the site is user-profile based, the user can tell straight away that they have "Swapped". The user in question returned to the welcome page, but another users name and details were there. This other user was in the same building but different floors, so they may have been on the same network. For this to happen is pretty awkward, as much of the data is of a sensitive nature, but we feel we have done as much as we can to reduce the chance of this happening. We have locked all session variables and only refer to them as local variables on pages that need them. see below: When writing to a Session Variable we again use cflock, with type set to "Exclusive". All Session variables are locked when created on the Application page, and are set to "Exclusive". When the user logs out of the system we use the following code to kill all the session variables: StructDelete(Session, "VarOne"); StructDelete(Session, "VarTwo"); StructClear(Session); Are there known issues with session variables or is there something vital that we are missing? Is there something we should be doing on the Administrator to protect "session swapping"? For this to happen, even once is not acceptable to our client, so it is essential that we resolve this issue. Speed is an important issue with this application so using single thread sessions would not be a straightforward solution for us. Any responses would be greatly appreciated. Thanks, __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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: Session Swapping" incident
No, the application is only stored on one server. -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: 28 January 2002 15:20 To: CF-Talk Subject: RE: Session Swapping" incident Is the application running in a clustered environment? Session variables aren't well suited for that. EC -Original Message----- From: Chris Bohill [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:04 AM To: CF-Talk Subject: Session Swapping" incident We are developing an web based application, and have recently been experiencing a number of "Session swapping" incidents. On two occasions a user has been navigating the system, only to "Swap" sessions with another user, who (we are not 100% sure) may also be viewing the site at the same time. Because a lot of the site is user-profile based, the user can tell straight away that they have "Swapped". The user in question returned to the welcome page, but another users name and details were there. This other user was in the same building but different floors, so they may have been on the same network. For this to happen is pretty awkward, as much of the data is of a sensitive nature, but we feel we have done as much as we can to reduce the chance of this happening. We have locked all session variables and only refer to them as local variables on pages that need them. see below: When writing to a Session Variable we again use cflock, with type set to "Exclusive". All Session variables are locked when created on the Application page, and are set to "Exclusive". When the user logs out of the system we use the following code to kill all the session variables: StructDelete(Session, "VarOne"); StructDelete(Session, "VarTwo"); StructClear(Session); Are there known issues with session variables or is there something vital that we are missing? Is there something we should be doing on the Administrator to protect "session swapping"? For this to happen, even once is not acceptable to our client, so it is essential that we resolve this issue. Speed is an important issue with this application so using single thread sessions would not be a straightforward solution for us. Any responses would be greatly appreciated. Thanks, __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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
Session Swapping" incident
We are developing an web based application, and have recently been experiencing a number of "Session swapping" incidents. On two occasions a user has been navigating the system, only to "Swap" sessions with another user, who (we are not 100% sure) may also be viewing the site at the same time. Because a lot of the site is user-profile based, the user can tell straight away that they have "Swapped". The user in question returned to the welcome page, but another users name and details were there. This other user was in the same building but different floors, so they may have been on the same network. For this to happen is pretty awkward, as much of the data is of a sensitive nature, but we feel we have done as much as we can to reduce the chance of this happening. We have locked all session variables and only refer to them as local variables on pages that need them. see below: When writing to a Session Variable we again use cflock, with type set to "Exclusive". All Session variables are locked when created on the Application page, and are set to "Exclusive". When the user logs out of the system we use the following code to kill all the session variables: StructDelete(Session, "VarOne"); StructDelete(Session, "VarTwo"); StructClear(Session); Are there known issues with session variables or is there something vital that we are missing? Is there something we should be doing on the Administrator to protect "session swapping"? For this to happen, even once is not acceptable to our client, so it is essential that we resolve this issue. Speed is an important issue with this application so using single thread sessions would not be a straightforward solution for us. Any responses would be greatly appreciated. Thanks, __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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
object types?
Can CF handle LOB and BLOB object types? For example, how do I use CF to send and retrieve LOB's to an oracle/postgreSQL database? Cheers, __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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: lock var inside JS script?
Set the session variable as a local variable at the top of the page, and lock this cfset. Then reference the local variable as you would the session, in the JavaScript. By doing this you only have to lock it once (at the top). Should not have any side-effects. HTH Chris Bohill -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: 13 December 2001 14:29 To: CF-Talk Subject: lock var inside JS script? I'm reviewing some code, and found a "" inside a javascript function. I assume this read should be locked, but I'm not sure how to do it inside the js function. I could move session.web_access into another scope before the js function, but since it's someone else's code I'm wary of doing that because it could have effects I can't see now. Ideas? thanks, Chris Norloff ~~ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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: CF and Browser Detection
Try #HTTP_USER_AGENT# -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 16:59 To: CF-Talk Subject: CF and Browser Detection Is there a way in CF to detect the clients browser and version or is JS the only way to go? Michael T. Tangorre == Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4 ~~ 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: Having major problems with session variables
Not a whisper of the Duplicate() function in the application, but thanks for the help anyway. Chris. -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 13:05 To: CF-Talk Subject: RE: Having major problems with session variables Just a shot in the dark, but are you by any chance using the Duplicate() function to copy complex session scoped variables to local variables? In CF 4.5 and earlier, the Duplicate() function can cause some really strange memory corruptions, and even reach outside the current session and application to pick up other session scoped variables. -Original Message- From: Chris Bohill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 12:21 PM To: CF-Talk Subject: Having major problems with session variables Hi, Session Variables seem to be a hot topic at the minute, so I was wondering if anyone could shed some light or give some advice on the problem below. We have a multiple user web based application that is all user-profile based. User A is the site administrator with full access to the site. User B is a member of company 1, and he can only see his companies data on the site. User C is a member of company 2, and he can only see his companies data on the site. What we are experiencing is a swapping of user profiles. User B is logging in as himself and is happily navigation through the site, gaining access to their own data, until they start to see information which is supposed to only be relevant to User C. User A is sometimes logging in, and is getting restricted access to the site because he has somehow inherited the profile of another user (who has a lower access privilege). Somehow the profiles are being swapped while the users are in the system. We are using session variables for the profiling, and access privileges, but the somehow are getting mixed up. When we are calling session variables in a query on any individual page we have declared local variables corresponding to these at the top of the page, and referenced these throughout the rest of the page, see below, ... Select * from table where user_id = #Variables.chris# We are also using StructClear() to kill the session variables when the user logs out. I do not know what else to do, as the problem is still persisting. Has anyone experienced this, or can they offer any advice or direction. Cheers, ~~ 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
Having major problems with session variables
Hi, Session Variables seem to be a hot topic at the minute, so I was wondering if anyone could shed some light or give some advice on the problem below. We have a multiple user web based application that is all user-profile based. User A is the site administrator with full access to the site. User B is a member of company 1, and he can only see his companies data on the site. User C is a member of company 2, and he can only see his companies data on the site. What we are experiencing is a swapping of user profiles. User B is logging in as himself and is happily navigation through the site, gaining access to their own data, until they start to see information which is supposed to only be relevant to User C. User A is sometimes logging in, and is getting restricted access to the site because he has somehow inherited the profile of another user (who has a lower access privilege). Somehow the profiles are being swapped while the users are in the system. We are using session variables for the profiling, and access privileges, but the somehow are getting mixed up. When we are calling session variables in a query on any individual page we have declared local variables corresponding to these at the top of the page, and referenced these throughout the rest of the page, see below, . Select * from table where user_id = #Variables.chris# We are also using StructClear() to kill the session variables when the user logs out. I do not know what else to do, as the problem is still persisting. Has anyone experienced this, or can they offer any advice or direction. Cheers, ~~ 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
CFM / Flash integration
Does anyone know of any good websites or references, on-line or books, relating to the integration of CF and Flash. Basically the user wants to be able to dynamically update flash files. I am a CF developer but have very little or no experience with Flash, so am struggling somewhat at the minute. Cheers, Chris Bohill WEB APPLICATIONS DEVELOPER Biznet Head Office 133-137 Lisburn Road, Belfast Northern Ireland BT9 7AG T +44 (0) 28 9022 3224 F +44 (0) 28 9022 3223 E [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> W biznet-solutions.com <http://www.biznet-solutions.com/> * * If you are not the intended recipient, or person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute or retain this message or any part of it. The opinions / views / comments on this e-mail do not necessarily reflect any views or policies of biznet The recipient should check this email and any attachments for the presence of viruses. biznet accepts no liability for any damage caused by any virus transmitted by this email. biznet 2001. * * ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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: Certified Master ColdFusion 5 Developer
One of the Guys in our place took the exam recently. He had been using the Study book as well, but found that there were a substantial number of Questions relating to new features within CF5, which the current study guide does not cover. My advice would be to print off a copy of the new CF5 features (Tags and Functions) and learn them in conjunction with the study guide. Cheers, Chris Bohill BIZNET -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 15:48 To: CF-Talk Subject: RE: Certified Master ColdFusion 5 Developer On the line of the Allaire certification, I've always wondered on one thing. The sample exam at forta.com has 25 questions and (that I can see) does not enforce a time limit. Maybe I've just always answered within the restrictions, tho. How many questions are there on the exam, or is that not something that can be said? I'm a volunteer examiner for the Amateur Radio community and our exams are set up so that there are x number of questions out of each section (there are 10 sections for each exam), totaling y. Is it something like that for the Allaire cert? I have the study book and am planning on taking my test sometime in the next 3-6 months, as time allows. If these questions are out of line then I apologize ahead of time. Hatton Humphrey > Brainbnech is easy comparatively, you get like 60 or 90 seconds per > question. I just took the Allaire CF 5.0 exam and did not do so > well... the > questions for the cf 5 exam (form allaire) are much harder than those at > Brainbench. > > :-) > > Mike > > > has anyone taken both tests, how do they compare for difficulty? > > Mark > > > > Brainbench and Allaires test are like apples and oranges.. :-) > > > Brainbench do a Master Cert - I can't remember my score but it was > > > enough. > > > > > > Tristram Charnley ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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
Need help with error message.
Can anyone explain why I am getting this error message, when trying to encrypt and decrypt details passed through pages as URL's. Error Occurred While Processing Request Error Diagnostic Information Anerror occurred while evaluating the expression: CI= Decrypt(ToString(ToBinary(URL.Card_Id)),secret_key) Error near line 19, column 10. The value to be decrypted is not valid The error occurred while processing an element with a general identifier of (CFSET), occupying document position (19:4) to (19:67). Thanks, Chris. Chris Bohill WEB APPLICATIONS DEVELOPER Biznet Head Office 133-137 Lisburn Road, Belfast Northern Ireland BT9 7AG T +44 (0) 28 9022 3224 F +44 (0) 28 9022 3223 E [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> W biznet-solutions.com <http://www.biznet-solutions.com/> ** If you are not the intended recipient, or person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute or retain this message or any part of it. The opinions / views / comments on this e-mail do not necessarily reflect any views or policies of biznet The recipient should check this email and any attachments for the presence of viruses. biznet accepts no liability for any damage caused by any virus transmitted by this email. biznet 2001. ** ~~ 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: Encrypt and Decrypt function
Hi all. Are there any known Bugs associated with the Encrypt and Decrypt function. We have used these functions to encrypt variables that we are passing through as URL's. 95% of the time this works fine, but sometimes we get the following message, or similar messages. Two minutes later it will be working again. It jsut seems to be very tempermental. Has anyone had any experience of this? Does it have anything to do with the connection to the server? Feedback and advice would be greatly appreciated as if this cannot be trusted to work 100% of the time, then it is not much use to us in the application. Someone did mention CFUSION_encrypt but have been warned against using this as it is an unofficial function. The error message we have been getting is: An error occurred while evaluating the expression: CI = Decrypt(ToString(ToBinary(URL.Card_Id)),secret_key) The value to be decrypted is not valid Chris Bohill WEB APPLICATIONS DEVELOPER Biznet Head Office 133-137 Lisburn Road, Belfast Northern Ireland BT9 7AG T +44 (0) 28 9022 3224 F +44 (0) 28 9022 3223 E <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] W <http://www.biznet-solutions.com/> biznet-solutions.com ** If you are not the intended recipient, or person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute or retain this message or any part of it. The opinions / views / comments on this e-mail do not necessarily reflect any views or policies of biznet The recipient should check this email and any attachments for the presence of viruses. biznet accepts no liability for any damage caused by any virus transmitted by this email. biznet 2001. ** ~~ 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: CF5 Pro SN
Is it not about time we put this thread to bed!! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 30 August 2001 11:47 To: CF-Talk Subject: Re: CF5 Pro SN Neil Clark wrote: > Jochem, your gonna lose this one. Best zip it. It was wrong for him to do > it; it is illegal and yes he should be banned or at least reprimanded. OK, let me get my final word out. I do believe it is morally wrong to publish a serial like that. I do not believe it to be prima facie illegal. I have been playing devils advocate a bit, and although I believe all of my postings can be defended I am not sure that I want to defend them. I just want to make the point that we shouldn't try to more Catholic then the pope. Which parties interests are hurt? Macromedia. What does MM do when somebody posts a serial on their forum? The serial gets deleted but the person is not banned (extrapoliting from behaviour in the past). Should we ban a person when MM does not do that? Jochem PS Michael, don't forget to remove the serial from the archives. ~~ 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
Encrypt and Decrypt function
Hi all. Are there any known Bugs associated with the Encrypt and Decrypt function. We have used these functions to encrypt variables that we are passing through as URL's. 95% of the time this works fine, but sometimes we get the following message, or similar messages. Two minutes later it will be working again. Has anyone had any experience of this. Feedback would be greatly appreciated. An error occurred while evaluating the expression: CI = Decrypt(ToString(ToBinary(URL.Card_Id)),secret_key) Chris Bohill WEB APPLICATIONS DEVELOPER Biznet Head Office 133-137 Lisburn Road, Belfast Northern Ireland BT9 7AG T +44 (0) 28 9022 3224 F +44 (0) 28 9022 3223 E <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] W <http://www.biznet-solutions.com/> biznet-solutions.com ** If you are not the intended recipient, or person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute or retain this message or any part of it. The opinions / views / comments on this e-mail do not necessarily reflect any views or policies of biznet The recipient should check this email and any attachments for the presence of viruses. biznet accepts no liability for any damage caused by any virus transmitted by this email. biznet 2001. ** ~~ 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
form fields
Is there any way in CF to set the input type of a form field. Basically I only want the user to be able to enter text and not HTML in a form field? Cheers, Chris Bohill. ~~ 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: cfmail
Make sure that you set the type of the CFMail to "HTML", then you can format the email any way you wish. Cheers, Chris -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: 31 July 2001 16:47 To: CF-Talk Subject: cfmail is there a way to put tags in the tag to make the formatting "prettier"? * This e-mail, including any attachments, is intended for the receipt and use by the intended addressee(s), and may contain confidential and privileged information. If you are not an intended recipient of this e-mail, you are hereby notified that any unauthorized use or distribution of this e-mail is strictly prohibited. ~~ 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
cookies
Do you know how to use CF to check if a browser will accept cookies? Cheers, Chris. Chris Bohill, Applications Development Team, BizNet Solutions, 133-137 Lisburn Road BT9 7AG Belfast N.Ireland Tel: 0044 2890 223224 Fax 0044 2890 223223 Email: [EMAIL PROTECTED] WWW: http://www.biznet-solutions.com ~~ 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