Re: [Q] How to implement SSL Logout Page ?
From: Pierre-Luc Simard (plsimard@jfactory.net)Date: 11/08/02
- Next message: phn@icke-reklam.ipsec.nu: "Re: Enforcing strong passwords"
- Previous message: Mu Ah: "Enforcing strong passwords"
- In reply to: Harold Byun: "Re: [Q] How to implement SSL Logout Page ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: plsimard@jfactory.net (Pierre-Luc Simard) Date: 8 Nov 2002 12:51:08 -0800
Let's get things clear simples on Caching
------------------------------------------
It's not possible to be 100% sure a browser does not cache pages. This
is left to the software developper to do the right thing with cache
control information. You can however do the following to ensure that
most of the browser do not cache your pages:
1) In the html page place an META HTTP-EQUIV tag that will set the
experiation to 0 (do not cache). like so:
<meta http-equiv="Expires" content="0">
2) If you can send header (in an CGI) you can also place the folowing
header and try to force the data not to be cached.
Expires: Thu, 13 Dec 1969 10:29:00 GMT
I recommand you read on cache control in http/1.1 (read the RFC). this
simple tricks I gave you came in part from their.
Pierre-Luc
- Next message: phn@icke-reklam.ipsec.nu: "Re: Enforcing strong passwords"
- Previous message: Mu Ah: "Enforcing strong passwords"
- In reply to: Harold Byun: "Re: [Q] How to implement SSL Logout Page ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|