I should note that I'm specifically having trouble with onSessionStart and onSessionEnd... basically where to put them (in someFile.cfc or Application.cfc or Application.cfm or....?). What I want is to run a sql query in onSessionEnd, using the vars from the session (or cookie... I don't really care where they're stored, as long as they're unique to each user).
Thanks, John On Jun 11, 2007, at 6:14 PM, John Robinson wrote: > I'm trying to use session with remoting, but not having any luck. I > simply want to store some user vars (temporary user_id) in a cookie, > and when the session ends (or hopefully, the user closes the window) > the server takes those vars and executes a query to delete that user > from a database. Could anyone point in the right direction, either > with code samples or links? > > Thanks, > john > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280724 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

