Make a final call to the Database when user leaves website (ASPX)?

Posted by Jisaak on Stack Overflow See other posts from Stack Overflow or by Jisaak
Published on 2010-03-12T19:45:34Z Indexed on 2010/03/12 19:47 UTC
Read the original article Hit count: 205

Filed under:
|
|
|
|

I have a system set up to lock certain content in a database table so only one user can edit that content at a time. Easy enough and that part is working fine. But now I'm at a road block of how to send a request to "unlock" the content. I have the stored procedure to unlock the content, but how/where would I call it when the user just closes their browser?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about tsql