In Authoring environment, how to clear HTTPSession when user logs out
In the Authoring environment, we noticed that after user logs out by clicking the "Sign Out" button (/system/sling/logout.html) then still the HTTPSession is not cleared, and the JSESSIONID cookie value is also not cleared nor changed.
We are using HTTPSession to store sensitive user information, and want to clear them when the user logs out.
What would be the ideal way to clear the HTTPSession data when user logs-out?
Thanks.