To Disable Back Button of Browser on User Signout put this script in Signout button’s Page .
window.history.forward(1);
And if you need this functionality in Firefox also than add the following line .
-<META HTTP-EQUIV=”PRAGMA” CONTENT=”NO-CACHE”>-
-<META HTTP-EQUIV=”Expires” content=”-1″>-
-<META HTTP-EQUIV=”CACHE-CONTROL” CONTENT=”NO-STORE”>-