|
| Hello ,
I have a problem on Webspehre portal 5.1.
1- When the user log on there are 10 portlets on the page(all portlets of the application are on one portal page).
2- All portlets render blank jsp except the one of login.
3- this is made by request.setAttributes (wiring)that make all portlets present blanc jsp except the login.
4- The user then login to the application and navigate through different pages.(portlets now are shown with the content that the user requested)
5- the user finishes his work and logout on this state.(the last portlets states that the user was opening)
6- If the same user log in again from another session, the last portlet states with the data are shown (even if we make them all forward to blanc jsp)
7- These pages are shown overlapping the loging pages. (Each of them are on a different portlet)
8- This behaviour is seen only on one server, all other servers let the application works properly.
9- We tried : accesing this file on the server <portal>/shared/app/config/services/ConfigService.properties
and put
persistent.session.level = 1
10 - Also we tried: in portal.xml of the application
<exiration-cache>0</exiration-cache>
and also we tried it to be
<exiration-cache>-1</exiration-cache>
Any help plz...
Thank u
Allaa.
|
|