This might be a dumb thing but doen't you have to pass in the session to
onSessionEnd?
<cffunction name="onSessionEnd" returnType="void">
        <cfargument name="SessionScope" required=True/>
        <cfargument name="ApplicationScope" required=False/>

It might be causing an error which wouldn't get thrown to anything. 

Terrence Ryan 
Senior Systems Programmer
Wharton Computing and Information Technology 
        
E-mail:         [EMAIL PROTECTED]


-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 25, 2006 5:37 PM
To: CF-Talk
Subject: CFexecute in onSessionEnd.

Any reason this code would not work in an onSessionEnd function, but a
similar one works just fine in an onApplicationStart function of an
Application.cfc file.

<cffunction name="onSessionEnd">
  <cfexecute name="C:\WINNT\system32\net.exe" arguments="send iskinner
session ended."/> </cffunction>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to