Focal Point
[CLOSED] To Delete Cache

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3397086236

August 07, 2013, 07:23 AM
Avinash
[CLOSED] To Delete Cache
Dear All,

I want to delete cache of the browser at the time of login/logoff in dashboard.


The reason is that we are suffering data coming from cache, once we login the dashboard with one user and then we logoff and then again login with other userid then it is taking the data of previous user/or from cache only. Thats why I am unable to see the updated data according to the user mgmt.


Please provide us the needful.

This message has been edited. Last edited by: <Kathryn Henning>,


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
August 07, 2013, 05:16 PM
Waz
Which cache are you talking about ?

The Browser cache ?
Cookies ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 08, 2013, 08:45 AM
Avinash
yes...


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
August 08, 2013, 10:09 AM
Jump_faster
Have you tried this :-

 <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> 



WebFOCUS 7.7. Windows Server 2008. All Outputs.

WEBFOCUS 7.6.11. Windows Server 2003. All Outputs.
August 08, 2013, 05:42 PM
Waz
So Cache and Cookies ?

I've ended up using several cache control tags.

<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />



Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!