Question
onSessionEnd Event does not fire
Hello all,
So I have spent the day messing with CFMX7... upgrading to 7.0.2, trying different configurations in CF admin (use J2EE Session variables on/off etc....), using both Firefox and IE, and have not been able to get anything to work with onSessionEnd.
My little attempt to see if it works as documented was to create an application called: cfSession. It has two files, Application.cfc and Index.cfm. Index is just used to dump Application and Session variables. Basically, the onSessionEnd never gets called and the "activeSessions" variable in the Application context never gets decremented. The code is here so you can run it and see if you get the same results I have.
The big question... If you can make it work, can you please let me know how?
Thanks
So I have spent the day messing with CFMX7... upgrading to 7.0.2, trying different configurations in CF admin (use J2EE Session variables on/off etc....), using both Firefox and IE, and have not been able to get anything to work with onSessionEnd.
My little attempt to see if it works as documented was to create an application called: cfSession. It has two files, Application.cfc and Index.cfm. Index is just used to dump Application and Session variables. Basically, the onSessionEnd never gets called and the "activeSessions" variable in the Application context never gets decremented. The code is here so you can run it and see if you get the same results I have.
The big question... If you can make it work, can you please let me know how?
Thanks