How can I clear/delete a specific session

I need to clear a session. In ColdFusion we have the cleanup method in the
coldfusion.runtime.SessionTracker. This is not available in Lucee.

Did you actually
try createObject(“java”,“coldfusion.runtime.SessionTracker”) and it doesn’t
work?On Thursday, 18 June 2015 16:57:50 UTC+3, Jonathan van Zuijlekom wrote:

I need to clear a session. In ColdFusion we have the cleanup method in the
coldfusion.runtime.SessionTracker. This is not available in Lucee.