Mike,

Wouldn't you have to do something like:

<cffunction name="onSessionStart" returnType="void">
<cfset var logid = createUUID()>
  <cfscript>
     Session.started = now();
     Session.ContentManager =
createobject("component","applicationmapping.cfcs
.contentedit").init("#application.dsn#");
    Session.UserManager =
createobject("component","applicationmapping.cfcs.UserManager ").init("#application.dsn#");
  </cfscript>
    etc
</cffunction>

Just an idea. haven't had much of a chance to play with CF7... yet
--- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to