This gets asked all the time. You need to turn off caching so that your page is not shown from the cache, but even if it is, if your login system is written properly, then any attempt to request a new page from the page the user goes back to, should fail.
Response.Cache.SetCacheability(HttpCacheability.NoCache);