Vincent Moulin
Member since Nov 4, 2010
- Profile: /members/7215-vincent-moulin.htm
- Comments: 3
Recent Blog Comments By Vincent Moulin
-
Using IIS URL Rewriting And Application.cfc's OnMissingTemplate() Event Handler
Posted on Dec 7, 2011 at 11:41 AM
Hi Ben, I want to set up a rewritten url strategy, using the onMissingTemplate function. But it seems the "regular" server don't pass the hand to my Coldfusion one. Am I doing some mistake ? Here is the concerned code: The onMissingTemplate function : <cffunction name=&... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Nov 9, 2010 at 11:15 AM
@Ben, No, I just mean for a given domain, sometimes there is several servers (raid systems) to proceed the requests. And it seems that the "regular" cookies belong to one server and not to the others of the cluster. So to make cookies belong to any of the cluster's servers, we need to s... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Nov 4, 2010 at 11:24 AM
@Ben: I am now rewriting my website with better coding practices, to simplify & boost it. In my search for documentation, I have discover what the Application's property "SetDomainCookies" does actually. If the server runs into a clustered environment (as many of web hosts), and if ... read more »