Hi guys,
is there any publisher which is triggered before session is killed in business central?
For example, if we call this line of code:
Is there any publisher which will be triggered before user is actually logged off (before session is actually killed)?
We have some browser cookies which we would like to erase before session kill, but are not sure if there is any publisher we can subscribe to in order to do this.
Thank you.