- From: Huan Liu <hl4@mundania.eng.wayne.edu>
- Date: Thu, 28 May 1998 17:20:38 -0400 (EDT)
- To: Huan Liu <hl4@mundania.eng.wayne.edu>
- Cc: www-html@w3.org, tnguyen@houston.omnes.net, chang.run.lin@sap-ag.de
Hi Friends, Here is the best solution I got for my question: ' If the previous user signed out, then ' don't cache this page to make sure that the next user would not be ' able to go back to the previous pages. <HEAD> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <!-- HTTP 1.1 --> ' else <HEAD> ' end if Thank you all who offered help, especially you who offered this solution. Best. Huan Liu On Tue, 26 May 1998, Huan Liu wrote: > I am using asp VBScript implementing an intranet application. It requires > that once a user is done, he can sign out which would bring the browser > to the first screen of the application and the following user would not be > able to view any previous page by pressing "BACK". It seems that I need find > a way to destroy the cached files by program. Do you know any way to solve > this problem? > > Thanks. > > Huan Liu > > >
Received on Thursday, 28 May 1998 17:21:00 UTC