Hi Folks,
is there a way to detect and react on clients browser close without javascript? I need to handle Middleware session destroy for the client who closes his browser window.
Thanks in advance.
Greets, Marco
I have ran into a similar problem, and I am unsure if there is a way besides javascript's onunload() function.
Derek