Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Signout Issue within the ASP.NET forums, part of the Web Development category; When i click the logout button it goes to the login.aspx but we click the back button of browser it shows the all the data. How to fix this?...
|
|||||||
|
|||
|
Re: Signout Issue
protected void Button1_Click(object sender, EventArgs e)
{ //this Session.Abandon() method is used for to logout of the system //response.redirect direct command direct your page to that you want. //like on this example I am redirecting to my home page. Session.Abandon(); Response.Redirect("home.aspx"); } |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hi all, i have an issue :(( | Bubus | LoadRunner | 2 | 11-18-2008 06:50 AM |
| Issue | nageshkota | SQL Server | 5 | 09-09-2008 04:52 AM |
| database issue | deevali | Oracle | 1 | 07-03-2008 04:47 AM |
| Testing issue | sakshi_2801 | Testing Issues | 3 | 01-21-2008 02:33 AM |
| ADF table issue.. | psuresh1982 | Oracle | 1 | 07-19-2007 04:04 AM |