Important: I do not mean ending the session associated with the current request. I mean, given some identifier, is it possible to clear out that session?
I'd like to implement Single Sign Out. As part of that, it would be convenient if on logout, I could send a POST request to each ColdFusion app using the Single Sign In, telling them to clear out the existing Session for that record.
These are the alternative techniques I've thought of:
However, to avoid adding additional layers of complexity, it would be much better if I could just remove that specific session directly. That way I know that it is gone and don't have to worry about running extra code on each request.
Just an idea, if you keep track of their CFID/CFTOKEN, and you cflocation yourself to a page with a particular CFID/CFTOKEN, then you can, in theory, "impersonate" that specific session and do things to that session like you were them, including logout.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With