Category Archives: JavaScript

bootstrap-session-timeout

Introduciton If you are using Bootstrap JavaScript library and want to display session time out warning to users, here is a very nice library: * bootstrap-session-timeout Example Here is an example: $(document).ready( function () { var vm;   $.ajax({ url: … Continue reading

Posted in JavaScript | Leave a comment