Frank van den Dungen
Member since Nov 2, 2010
- Profile: /members/7195-frank-van-den-dungen.htm
- URL: http://www.fvddungen.nl
- Comments: 3
Recent Blog Comments By Frank van den Dungen
-
Mastering The ColdFusion Application Framework
Posted on Nov 3, 2010 at 6:40 AM
I have done a better look into my code and I noticed that the maximum number of url parameters to encrypt was 3 sometimes 2. I have done several improvements to reduce the number of parameters and it works now. The downside is a few more query calls in the controller to obtain the other needed param... read more »
-
Mastering The ColdFusion Application Framework
Posted on Nov 2, 2010 at 10:47 AM
Hi Ben, Thanks for the quick respons. What drives me to nerves is that actually the urls aren't that long (less than 300 chars). The edge is at about 280 chars or so. If you don't know a good solution than I have to find another way to solve this. Thanks again. Frank... read more »
-
Mastering The ColdFusion Application Framework
Posted on Nov 2, 2010 at 10:37 AM
I have a serious problem with one of your tips, Ben. I have built quite a big project in several months on my development pc. I used the tip in demo 11 where you encrypt the url parameters. It works fine on my development pc, which is running Apache. But the production server runs IIS and it seems t... read more »