Hi,
I am unable to clear the session using the following line of code
HttpContext.Session.Clear();
HttpContext.Session.Remove(SessionKeyUser);
HttpContext.Session.Remove(SessionKeyEmail);
As it redirects to login page though when I click back it goes to the previous page and also when any page link is written in browser it redirects to that particular page.
Will you please help me figure out the issue and find the solution?
It will great if you help me out.
Thank you !