I am developing a Web Application in which I have included User Authentication.But the Session is not ending up even after logging out from the Application.That is,When Click Logout Hyperlink,It gets redirected to Logout.aspx.But when I click on the Back button of the explorer page it takes to my previous page with all the datas.How can I correct this? FYI, I am using Session.Abandon()-To end the session And I maintain a Session variable "Username" which is needed to be displayed in every page of my application. Kindly help me out to secure my application...Thanks in Advance!!
Happy Programming!!!