Wrox Programmer Forums
|
ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 20th, 2008, 06:20 AM
Authorized User
 
Join Date: Jun 2008
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Default logout problem

after logout , then redirect to login page... when click IE browser back button it show the content ... it suppose cannot display... i know the problem is with the cache in browser... how to solve it...

 
Old July 21st, 2008, 09:07 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Set your pages to not use caching. Then any request for a page (even the Back button) will force a request to the server. Once logged out, any request will revert to the login page.

-Peter
compiledthoughts.com
 
Old July 22nd, 2008, 07:15 AM
Authorized User
 
Join Date: Jun 2008
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Default

how to set page not use cache...? I try response.cache, it work.It redirect to login page when press IE Browser back button. But when i search and display search result, then i go to other page. When i press back to search result page, then it show IE browser error page/not found page.IT happen there no cache when i not logout. SO How to set not use cache in page properly?

 
Old July 22nd, 2008, 08:32 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Please google for that answer, or search this forum. That question has been answered many times on here.

-Peter
compiledthoughts.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Logout problem dayaananthanm ASP.NET 2.0 Professional 2 December 7th, 2006 04:57 AM
Logout Problem birari Classic ASP Basics 7 September 1st, 2006 12:22 AM
Logout problem xylo ASP.NET 2.0 Basics 1 July 8th, 2005 05:44 AM
login logout problem... sunmeet122 Classic ASP Professional 2 April 15th, 2004 09:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.