cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Caching issue in xMII

Former Member
0 Likes
261

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 Likes
Former Member
0 Likes

Thanks, it helped.

-Sara

Former Member
0 Likes

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

- Rick

Former Member
0 Likes

I did the following:

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

But it did not help.

Thanks,

Sara