diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 0ee3385..bd3ced6 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -191,6 +191,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$rootScope.LogoutUser = function () {
localStorage.removeItem('loggedInUserDetails');
+ localStorage.clear();
document.location = '/';
$rootScope.isVisibleLogin = true;
}