> onRequest... mine looks like this, but if I leave it in 
> Application.cfc, remoting fails altogether:
> 
> <cffunction name="onRequest" returnType="void">
>    <cfargument name="thePage" type="string" required="true">
>    <cfinclude template="#arguments.thePage#"> </cffunction>

You can't use onRequest with Flash Remoting or SOAP.

> I'm also using J2EE sessions, which somewhere in the docs I 
> thought it said "the session will end when the user closes 
> the window" but that's not what I'm seeing. It always waits 
> until the session has timed-out before ending. Am I missing 
> something?

The session ends when it times out, period. When the user closes the window,
the session cookie which is used to associate that browser with a session is
deleted, but the session itself still exists - the server has no way of
knowing that the browser won't make another request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281143
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to