G
Guest
It maybe a simple one,but...
I made a web aplication in C# with a login page and everything,but I want to
make a Sign out section also.Well I am using a
Response.Redirect("login.aspx"),but when I get redirected back to the login
page,with simple clicking on the browsers back button I am all loged in as I
was before.Well, I want to sign out completely so after clicking the back
button I won't be able of using some elses account.Any suggestions?
P.S
lease don't laugh.I am kinda newbee with Visual Studio...
I made a web aplication in C# with a login page and everything,but I want to
make a Sign out section also.Well I am using a
Response.Redirect("login.aspx"),but when I get redirected back to the login
page,with simple clicking on the browsers back button I am all loged in as I
was before.Well, I want to sign out completely so after clicking the back
button I won't be able of using some elses account.Any suggestions?
P.S
