No I may not be clear in what I wanted to say. On the user end in the browser cache the pages are cached not on the server end. So that if a user logs off someone can look into the browser cache and see everything the user looked at.

Michael M Slusarz wrote:
Quoting robert sand <[EMAIL PROTECTED]>:

What does this mean?  Even our Apache guy does not know what this means:

"added PHP to the list of static extenstions."

Michael M Slusarz wrote:
Quoting robert sand <[EMAIL PROTECTED]>:

Is there a way in imp to stop the caching of pages like email messages and inbox pages? Does imp use the 'Pragma: no-cache' in the header? If not is there a way I can add that so that the browser does not cache these pages?

This should be done at the HTTP server level. You probably haven't added PHP to the list of static extenstions.

Maybe my nomenclature wasn't the best, but what I meant was make sure that the web server isn't setting future expires headers on .php documents. And you also should check:
http://us.php.net/manual/en/function.session-cache-limiter.php

By default PHP pages aren't cached so if they are being cached, it is due to something you did to either the webserver or PHP installation.

michael


--
Robert Sand.
mailto:[EMAIL PROTECTED]
1028 Kirby Drive
366 K Plz
Duluth, MN 55812-3095
218-726-6122        fax 218-726-7674

"Walk behind me I may not lead, Walk in front of me I may not follow,
Walk beside me and we walk together"  UTE Tribal proverb.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to