cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Component iView.

Former Member
0 Kudos

Hi,

We are using static variables in an abstract portal component. These static variables are getting shared across multiple user sessions.

Are there any portal administration settings, to enable each user login with a unique session, and hence unique static variables inside that unique session.

Also, is there an event to capture when the iView is re-opened (without logging off the portal)...

Cheers!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can try to configure SingleSignOn.

Former Member
0 Kudos

Since abstract component is basically a servlet, we can't use instance or static variables.

Cheers!