cancel
Showing results for 
Search instead for 
Did you mean: 

Session removeValue Problem

Former Member
0 Kudos

I migrated EP 6.2 to 6.4 (SP 19), with all applications. One of the application developed into Java HTMLB, having fileupload functionality. In 6.2 environment everything works fine.

But in 6.4 environment I have following problem,

1. I gets the same iView state what it was having state before. (mean if I click upload file button then I display message returned by bean on screen but if I click another iView and again I come back on my file upload iView, I gets it with previous message)

2. This is happening even I logs off and again login.

3. Also this is happening when I close browser and reopens the browser and login.

4. Also this is happening even I try this on another machine.

Why dose the doInitialization() method is not getting called next time?

My doInitialization() method have

session = request.getComponentSession();

session.removeValue("myBean", IPortalComponentSession.SCOPE_UNIQUE);

before I call,

initializeBean();

method.

Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem Solved!

As we migrated these iView from EP5.0 to EP 6.0, caching mechanism in 5.0 is different then 6.0 so we have set “cache level” as none and “Allow Client-side Caching” as NO.