Community Member Profile
- Profile: /members/5400-Hansjoerg-Posch.htm
- URL: http://www.tunesBag.com
- Comments: 2
- Points: 23
Recent Blog Comments By Hansjoerg Posch
-
Reflections On My Client-Side MVC View-Rendering Hackathon
Posted on Sep 3, 2010 at 7:09 AM
A minor enhancement proposal - there's a native hashchange event in the latest versions of several browsers (FF, IE, Safari/Webkit), this way such a page feels even faster. I've blogged about this feature here: read more »
-
Making Sure Your ColdFusion Applications Are Uniquely Named
Posted on Feb 9, 2010 at 11:39 AM
I am using a very similar approach, in order to distinguish between several domains I add a cgi.HTTP_HOST to the hashed string, e.g. <cfset this.name = hash( getCurrentTemplatePath() & cgi.http_host ) /> This way the sessions on serveral domains using the same webroot aren't shared (e... read more »



