Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging user in and out
Message
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01597445
Message ID:
01597469
Views:
25
>What do mean on the client side Viv ?

There's a window.onbeforeunload() event on the browser. I was thinking you could handle that and post something to the server to tell it that the user was closing the browser:
window.onbeforeunload = function(e){
    $http.post(.....);
};
but, as before, I've never tried it and don't know if it would work......
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform