dont use a numeric id would be my first suggestion. HTH, Ernie Breau ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion...
HI all, I design a Chat application using weblogic,jabbar & CF-7. It is working fine & good, but here is a problem. I could login only from 5 system or you can...
There is no such thing as freeware weblogic. You are using a developer edition which restricts the number of IP addresses that are allowed to use the system....
put a check in the include files to see if the file was actually called by a parent module. You can do this using any active session variable (not recommended...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Feb 1, 2007 6:40 pm
40498
I have a sessionTimeout set at 20 which works ok in the majority of cases. Very few users need a little more time. Is it possible to extend session length with...
Thanks for kick-starting my brain. I can't get a session var to work - not sure why. However, a check for a local scoped variable does. Like so: Calling file:...
can you post your cfapplication tag ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion Developer home: (508) 967-0448 ...
If for instance, you have a table with your content in it and your query was select * from MyContent where ID='#url.id#' I can then go and increment the id's...
I understand. Is it possible for a browser to display an un-parsed .cfm file - or for a user to download a .cfm file through a browser? ... etc... ... ...
... hacking. How do I prevent this? Put them in some include/ directory and also put in it an application.cfm file that either redirects to the root, either...
be careful with this, you open yourself up to sql injection attacks... which i dont fully understand but do know that you shouldnt pass strings from a url...
We just hired a professional hacking company to attempt to hack our site...they couldn't. I suppose if you set up your site correctly then it wouldn't be easy ...
I've recorded page hits as records by "pagename" and "curdate", which is "mm/dd/yyyy". Querying this info by date as follows: <CFQUERY Name="getpages" ...
I don't know of one but I wrote a tool that'll retry failed emails x number of times. http://johnwbartlett.com:81/cf_tipsntricks/index.cfm?TopicID=94...
... number of times. Thanks, I also have my own that will list all unsent messages, then the user can chose "resend" or "delete". I'm looking for something...
I inherited a CF project, plus I'm new to CF (yes, a bad combo). My current puzzle stems from the ACTION parameter in the following statement: <form...
many times a page will have a form that, when completed, will call itself and do some processing. processing usually at the top, and is triggered depending on...
Your application is likely using a sort of variation of the fusebox methodology, something I call fusebox lite. Your application passes an action variable...
When dealing with date related queries, I find it is best to use the <CFQUERYPARAM tag> because of the differences that are between SQL, Oracle, MySQL and...
depends on the security of you server. if they can hack into your server and gain access to your web root...then they can see all of your code. It has...
Hi there, There are some good news for all our members so I thought I should write and share the same with you. We are happy to announce our association with...
however if you allow them to upload images, and it doesnt check allowed mime types. you must make sure that the images directory does not have script or ...