Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging user in and out
Message
From
27/03/2014 09:28:49
 
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:
01597449
Views:
31
>Hello all, In my MVC app I would like to log ( in my database ) when the user opens the site and conversely closes it, I've managed to log when they open the site by putting code in the Application_Start() function but don't know where to put the log out code, I've tried the Application_End() but with erratic results ( i.e it sometimes fires ) where is the correct place to put the code ?

As Web applications can be disconnected easily without running close code I'd think about missed keep-alive pings (perhaps in addition to close code)
Previous
Reply
Map
View

Click here to load this message in the networking platform