Hi there,
I m using session in my project and i wrote
Session.Clear();
Response.Redirect("Login.aspx");
under the logout button. And i m cheking Session["user"] in all pages's page load event. if it is null i am sending user to Login.aspx. But pages are coming without go to page load event when i write a page to url however i clicked Logout button.
Do you have any idea?
Thanks in advance
Çağın