How to clear browser's cache from server side?

Posted by Dunith Dhanushka on Stack Overflow See other posts from Stack Overflow or by Dunith Dhanushka
Published on 2010-04-05T03:01:09Z Indexed on 2010/04/05 3:03 UTC
Read the original article Hit count: 447

Filed under:
|
|
|

I have to create a web application that deals with user's sensitive information. I need to immediately clear the browser's cache after user logs out since cached data would be vulnerable. Client's browser should be enforced to clear the Cache from server side. Also all cache policies must be exposed to the client from the server side.

Is there any solution to this problem?

© Stack Overflow or respective owner

Related posts about cache

Related posts about server-side