if (!object.Equals(Session["Member_ID"], null))
{
Session["Member_ID"] = null;
Session.Abandon();
}
when I goes back in the browser it still gives Users data inspite of I have ended the session till I refresh the page What should i do
I dont want to allow button back to go back