cancel
Showing results for 
Search instead for 
Did you mean: 

Caching issue in xMII

Former Member
0 Kudos

We pass values from one page to another using session variable like:

setPropertyValue("appPlannedOrdersSelectListSite",selPlant);

We are able to retrieve this value correctly when the internet (IE) settings is to "Every visit to the page". When the setting is "Automatically", it gets the old values.

Is there any way we could force to load the page using the code, instead of having to change the all the client box settings to "Every visit to the page". ?

Thanks,

Sara

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks, it helped.

-Sara

Former Member
0 Kudos

Put the various "no cache" headers in your page. Google for details.

- Rick

Former Member
0 Kudos

I did the following:

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

But it did not help.

Thanks,

Sara