~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: "Andreas Pettersson" <andreas@q...>
: Subject: [security_asp] Re: Security scheme: "Warning: Page has Expired "
:
: Not with any intention of stepping on a toe or two but...
:
: I've worked a rather long time with web solutions that makes use of
: SSL certificates and would gladly make some more diggin' into this.
:
: Say that you have a page that displays some db results and you don't
: set any expire date or such but you do use SSL. You click on some
: line and get another display, if you then hit the back button in your
: browser would the page you see be a fresh display taken from the
: server or would it be the cached version?
:
: The answer to that is by my experience that you would see the cached
: version, you can verify this by tracing your database and monitor the
: web server. So it seems like SSL pages are cached, not discussing
: where the cache lies. (server side, client side or any cache server)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Been doing some testing on this - and yes it does appear that the SSL pages
are cached - still need to check to see if they are persisted to disk or
not...
Cheers
Ken