What happens when you manually invoke your onSessionEnd() method? Perhaps it is erroring.
If you are using J2EE session management the sessionID will persist until the user closes their browser. Also, just to check, your application timeout is longer than your session timeout, correct? onSessionEnd() will not fire if the application ends before the session does. ~Brad -------- Original Message -------- Subject: onSessionEnd not firing From: marc -- <[email protected]> Date: Wed, February 17, 2010 4:13 pm To: cf-talk <[email protected]> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:330845 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

