On Fri, Mar 12, 2010 at 6:35 PM, Scott Brady wrote:
> It looks like if we check "use j2ee session variables" in the admin,
> the our Application.cfc's onSessionStart() isn't called.  (I put a
> dump and an abort in onSessionStart() to verify it).

> <cfcomponent>
>        <cfset this.sessionManagement = true>
>        <cfset this.sessionTimeout = CreateTimeSpan(0,0,20,0) />
>
>        <cffunction name="onSessionStart">
>                <cfdump var="here">
>                <cfabort>
>        </cffunction>
> </cfcomponent>

Doesn't your app have a name?

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to