call this event .... login.doLogout .... without me.....
a) Setting up the SES plugin - Not a requirement for this project so
we've not set it up
b) Creating an extra handler just for logout
c) Use - login.logout - which doesn't read nice to me and doesn't
indicate this is a processing event
I thought I might be able to setup something in routes.cfm but this
seems to only be enabled when I setup SES, is that right?
If you can’t setup the SES interceptor you could write a new interceptor that looked at the cgi query var for your keyword and then manually redirect your event.
Lot more work/bug potential than just setting up SES interceptor–but it’s nit that hard and would meet your requirements.