OK, importantly some of my confusion above seems to stem from the
sample Application.cfc file here:
http://www.openbluedragon.org/manual/?/app_application_cfc
not working on GAE at least when the session and client vars are set
in the script:
<cfset this.name = "myApplication">
// alternatively you can do this inside a cfscript block
<cfscript>
this.setsessionmanagement = false;
this.setclientmanagement = false;
</cfscript>
Specifically they need to be set via a cfset tag to activate the
"automatic" creation of datafields for SessionManagement and/or
ClientManagement.
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
online manual: http://www.openbluedragon.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en